Detect whether a value is an error.
An iteration of the Node.js core streams with a series of improvements
Error constructor for test and validation frameworks that implements standardized AssertionError specification.
zlib port to javascript - fast, modularized, with browser support
Implements the WebIDL algorithms for converting to and from JavaScript values
Tests whether one path is inside another path
Reactive Extensions for modern JavaScript
The RAW rational numbers library
A replacement for process.exit that ensures stdio are fully drained before exiting.
A little library for asserting types and values, with zero dependencies.
A logger for just about everything.
ESLint plugin about ECMAScript syntactic features.
A utility to work with tsconfig.json without typescript
Detect default web browser of the current user, cross-platform (Win/Lin/Mac)
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
High-performance Base64 encoder and decoder
Fastest random ID and random string generation for Node.js
EC cryptography
small commonmark compliant markdown parser with positional info and concrete tokens
Display PDFs in your React app as easily as if they were images.
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
Detect default web browser of the current user, cross-platform (Win/Lin/Mac)
Build and manage the AJV instances for the fastify framework
Build and manage the fast-json-stringify instances for the fastify framework
A gem to simplify implementation of custom error pages in a Rails 3.x application.
error_messages_for_helper provides a simple helper to show ActiveRecord validation errors (just like old helper error_messages_for for Rails-2.3.x).
This gem is a logstash plugin. Install using: $LS_HOME/bin/logstash-plugin install logstash-two-output-rollbar. This gem is not a stand-alone program.
This gem is a logstash plugin. Install using: $LS_HOME/bin/logstash-plugin install logstash-two-output-rollbar. This gem is not a stand-alone program.
Provides I18n support for validation error messages in ActiveModel. With Rails 3 ActiveModel validation error messages are not backwards compatible with ActiveRecord 2.3.x. This Gem aims to restore this backwards compatiblity and provide a richer feature set and better implementation compared to ActiveRecord 2.3.x.
Allows customization of: * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks) * the sender address of the email * the recipient addresses * the text used to prefix the subject line * the HTTP status codes to notify for * the error classes to send emails for * alternatively, the error classes to not notify for * whether to send error emails or just render without sending anything * the HTTP status and status code that gets rendered with specific errors * the view path to the error page templates * custom errors, with custom error templates * define error layouts at application or controller level, or use the controller's own default layout, or no layout at all * get error notification for errors that occur in the console, using notifiable method * Override the gem's handling and rendering with explicit rescue statements inline. * Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug * Hooks into other website services (e.g. you can send exceptions to to Switchub.com) * Can notify of errors occurring in any class/method using notifiable { method } * Can notify of errors in Rake tasks using NotifiedTask.new instead of task * Works with Hoptoad Notifier, so you can notify via SEN and/or Hoptoad for any particular errors. * Tested with Rails 2.3.x, should work with rails 2.2.x, and is apparently not yet compatible with rails 3.
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.
Respond error for requests include some offensive string, that may crash browsers
Debug Ruby 2.x from a browser. Includes breakpoints, expression evaluation, call stacks, error handling, and remote debugging.
A modernized and actively maintained Fluentd output plugin for Azure Event Hubs with Ruby 3.x and Fluentd 1.x support. Forked from the original fluent-plugin-azureeventhubs with improved security and error handling.
chatty_exceptions sends the message from an exception to OS X's `say` command, to help center your focus on the immediate error, rather than being distracted by something in the stack trace.
openvox-lint is a modern style-guide linter for OpenVox and Puppet manifests. It checks your .pp files against the OpenVox Language Style Guide (the current canonical reference) and catches common errors, deprecated patterns (legacy facts, Hiera 3, import, etc.), strict-mode issues, and Puppet 8+ / OpenVox 8.x problems. Includes real --fix support for many checks. Fully compatible with OpenVox 8.x and Puppet 8.x. Drop-in replacement for the archived puppet-lint with better Ruby 2.5+ support and OpenVox-specific checks.