Skip to content
View Oaphi's full-sized avatar
💭
☕ and 👩‍💻
💭
☕ and 👩‍💻
  • Cursiver
  • Saint Petersburg

Organizations

@codidact @userscripters @SOTagBurners

Block or report Oaphi

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. data-validation-protection Public

    Apps Script utility library for easy manipulation of data validation protection

    TypeScript 3

  2. MenuApp Public

    Google Apps Script utility library for building custom menus

    TypeScript 5

  3. PropertyLockService Public

    LockService emulation lib that makes use of PropertiesService to persist across actions that normally break Lock

    TypeScript 1

  4. Utilities Public

    Various JS ES6 utilitiies

    JavaScript 6

  5. Promise-based interval runner (cance...
    1
    const withInterval = async ({
    2
        timeouts = [],
    3
        delay = 0,
    4
        interval = 4,
    5
        callback,
  6. Async-friendly google.script.run uti...
    1
    /**
    2
     * Promise-friendly google.script.run call
    3
     * @param {String} funcName
    4
     * @param {...*} params
    5
     * @returns {Promise}