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

Organizations

@codidact @userscripters @SOTagBurners

Block or report Oaphi

Report abuse

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

Report abuse
Oaphi/README.md

My metrics

Pinned Loading

  1. codidact/qpixel codidact/qpixel Public

    Q&A-based community knowledge-sharing software

    Ruby 435 71

  2. MenuApp MenuApp Public

    Google Apps Script utility library for building custom menus

    TypeScript 7

  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}