Skip to content
View Oaphi's full-sized avatar
πŸ’­
β˜• and πŸ‘©β€πŸ’»
πŸ’­
β˜• and πŸ‘©β€πŸ’»
  • Rocket
  • Saint Petersburg

Organizations

@codidact @userscripters @SOTagBurners
Block or Report

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

  1. data-validation-protection data-validation-protection Public

    Apps Script utility library for easy manipulation of data validation protection

    TypeScript 2

  2. MenuApp MenuApp Public

    Google Apps Script utility library for building custom menus

    TypeScript 5

  3. PropertyLockService PropertyLockService Public

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

    TypeScript 1

  4. Utilities Utilities Public

    Various JS ES6 utilitiies

    JavaScript 6

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