Delay a promise a specified amount of time
Provides a way to make requests
Provides a way to make requests
An efficient queue capable of managing thousands of concurrent animations.
HTTP server mocking and expectations library for Node.js
Routes requests to KV assets
Create a deferred promise
This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation
Library that can be used to retry functions that return promise
[](https://www.npmjs.com/package/@aws-sdk/eventstream-handler-node) [](https://ww
The routing foundation of `serve`
A Tailwind CSS plugin for creating beautiful animations.
A utility that allows retrying a function with an exponential delay between attempts.
Declarative API exposing native platform touch and gesture system to React Native
General purpose glob-based configuration matching.
Some useful utilities I often need
Timers extensions
WebDriver Proxy for testing rich clients. It block certain calls until Angular is done updating the page under test.
Smart spinner helper for React, to manage the duration of loading states.
OpenTelemetry instrumentation for AWS Lambda function invocations
Handler for htmlparser2 that turns pages into a dom
timers module for browserify
Exit your process, gracefully (if possible)
Tailwind CSS plugin, add animation-delay CSS property.
Retries in specified time interval. Supports `on_retry` and `on_error` callbacks
Class for creating delayed jobs that can be de-duped with existing delayed jobs already in the delayed jobs table. You just specify some additional columns on your delayed_jobs table and set them to have uniqueness constraints. Then specify these column values when you create a UniqueDelayedJob and if a duplicate key is raised on insert, then the insert will just be ignored. There are factory methods for creating a delayed job in the following ways: * with a delayed job handler class (one that responds to perform()) * with an object, method and method arguments * with a code string to be evaled NOTE: you must have delayed_job installed as a gem or plugin