Only pass through changed files
updated at Oct. 11, 2024, 12:53 p.m.
🔤 Swifty regular expressions
updated at Oct. 12, 2024, 10:19 p.m.
Conditional promise catch handler
updated at Oct. 13, 2024, 3:10 p.m.
Tap into a promise chain without affecting its value or state
updated at Oct. 13, 2024, 3:10 p.m.
Break out of a promise chain
updated at Oct. 13, 2024, 3:11 p.m.
Debounce promise-returning & async functions
updated at Oct. 13, 2024, 3:13 p.m.
Wait for any promise to be fulfilled
updated at Oct. 13, 2024, 3:14 p.m.
Compose promise-returning & async functions into a reusable pipeline
updated at Oct. 13, 2024, 3:14 p.m.
Like `Promise.all()` but for `Map` and `Object`
updated at Oct. 13, 2024, 3:15 p.m.
Reduce a list of values using promises into a promise for a value
updated at Oct. 13, 2024, 3:15 p.m.
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
updated at Oct. 13, 2024, 3:15 p.m.
Map over promises serially
updated at Oct. 13, 2024, 3:15 p.m.
Iterate over promises serially
updated at Oct. 13, 2024, 3:15 p.m.
Run promise-returning & async functions a specific number of times concurrently
updated at Oct. 13, 2024, 3:15 p.m.
Wait for a condition to be true
updated at Oct. 13, 2024, 3:16 p.m.
A better `Promise.race()`
updated at Oct. 13, 2024, 3:16 p.m.
Measure the time a promise takes to resolve
updated at Oct. 13, 2024, 3:16 p.m.
Compile Sass to CSS with Ruby Sass
updated at Oct. 13, 2024, 8:59 p.m.