Skip to content
View Oaphi's full-sized avatar
💭
Moving to Codeberg
💭
Moving to Codeberg
  • Cursiver

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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/qpixelcodidact/qpixelPublic

    Q&A-based community knowledge-sharing software

    Ruby 439 72

  2. MenuAppMenuAppPublic

    Google Apps Script utility library for building custom menus

    TypeScript 7

  3. PropertyLockServicePropertyLockServicePublic

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

    TypeScript 1

  4. UtilitiesUtilitiesPublic

    Various JS ES6 utilitiies

    JavaScript 6

  5. Promise-based interval runner (cance...Promise-based interval runner (cancellable)
    1
    constwithInterval=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}