Skip to content
View max-did-it's full-sized avatar
💭
💎
💭
💎

Block or report max-did-it

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lingonberry lingonberry Public

    Object-relation mapper (ORM) for Redis

    Ruby

  2. Aseprite-parallax-plugin Aseprite-parallax-plugin Public archive

    Lua 1

  3. vscode-dot-navigation vscode-dot-navigation Public

    JavaScript

  4. Battle.net-OTP-url-generator Battle.net-OTP-url-generator Public

    This script allows you to generate OTP-url to save you Battle.net Authenticator OTP in any Password manager

    Ruby

  5. Convert value by https://github.com/... Convert value by https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#dataTypes
    1
    module OpenApiTypeConverter
    2
      class << self
    3
        def short(value, field_name)
    4
          value = value.to_i
    5
          value.bit_length > 32 ? raise(ValueIsTooLargeForInt64, field_name) : value