idlize icon indicating copy to clipboard operation
idlize copied to clipboard

Helper classes and methods for implementing the idle-until-urgent pattern

Results 22 idlize issues
Sort by recently updated
recently updated
newest added

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

There are some common cases like - A mobile menu to be initiated and used when user click on the button - A search JS overlay need to be initiated...

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

We are trying to upgrade our angular from 12 to 13 with node 14.15.0 and facing the below error while giving npm start. Also tried the same with node 16.14.0,...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.3 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I realize that [timeRemaining](https://github.com/GoogleChromeLabs/idlize/blob/master/idle-callback-polyfills.mjs#L36) in IdleDeadline is set to 50ms. Is there any theory or principle about it? For example, frame per second.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

is there any reason to avoid for `cancelIdleCallback` checking here: https://github.com/GoogleChromeLabs/idlize/blob/master/idle-callback-polyfills.mjs#L80 it creates problems when a page has `requestIdleCallback` but might not have `cancelIdleCallback` function can we check here for...