A small API that allows branching on error handling based on specific rules.
React shortcuts
Javascript Matrix and Vector library for High Performance WebGL apps
A continuation passing style library to help the coding of asynced programs in Javascript/Node.js.
FFmpeg.js - Use FFmpeg in the browser powered by WebAssembly
A wrapper for async functions which makes sure all async errors are passed to your errors handler
Addon to use webfonts with [xterm.js](https://github.com/xtermjs/xterm.js). This addon requires xterm.js v5+.
Infer typescript types from your JSON schemas!
A simple Typescript AST transformer for ts-jest, that mock import.meta expressions.
Queue system based on BullMQ for AdonisJS
Catch or rethrow an exception based on a specific error property.
Javascript Matrix and Vector library for High Performance WebGL apps
Download and locally replay Wayback Machine captures with resumable state and typed APIs.
Make sure all gulp file contents are available as buffer
Coalesces multiple promises for the same identifier into a single request
MCP server + bash CLI that drives a real browser from Claude Code, OpenAI Codex, and other MCP clients by routing across chrome-devtools-mcp, playwright-cli, playwright-lib, and obscura adapters. 42 verbs covering site/session/credential management, snaps
ResQ — AI Project Rescue Agent. Scans half-finished projects and provides a structured rescue plan.
Simple flow control library for chaining async functions
Automatically configure Hasura tracking and generate additional tracked SQL views, e.g. views which can expose JSON data as SQL columns
The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.
A command line utility to read version from package.json and attach it into your module as a property
Expect matchers to perform Axe accessibility tests in your Playwright tests.
Enhances a JavaScript class by adding an is<Class> property to compare types between realms.
loads mixed style imports e.g. sass/css/stylus from one file while maintaining their order
Rescue from MySQL and Sqlite duplicate errors
Rescue Sidekiq jobs on expected error and reschedule them
We're forever writing the same rescue code for our Rails apps. This gem will hopefully stop that :-)
Rescues unique constraint violations and turns them into ActiveRecord errors
Dynamically rescue errors and render a structured JSON response to client applications
Plugin for alchemrest tht ensures that errors rescued by alchemrest still show up in Sentry alerts
Rescues unique constraint violations and turns them into ActiveRecord errors
Rescue error messages and auto-search Google upon prompt.
Let's you rescue errors asynchronously while keeping track of context
SafetyDance.new { dance! }.then { |result| leave_friends_behind(!result) }.rescue { |error| not_friends_of_mine(error) }.value!
ChaosToTheRescue uses LLMs to generate missing methods on-the-fly and suggest fixes for Rails exceptions. Features comprehensive security (secret redaction, opt-in behavior, no auto-execution) and is disabled by default for production safety.
A tiny utility for concise error handling. Wrap risky expressions with Try.call, chain fallbacks with or_else and or_try, filter with predicates, handle specific exceptions, use Ruby 3.x pattern matching, and add timeout constraints — all without verbose begin/rescue blocks.