Function triggers error if argument is not type 'string'
A ridiculously light-weight argument validator (now browser friendly)
Write files in an atomic fashion w/configurable ownership
walk paths fast and efficiently
Error comparison and information related utility for node and the browser
Polyfill of future proposal for `util.parseArgs()`
Generate a unique character string suitible for use in files and URLs.
JSON Web Token implementation (symmetric and asymmetric)
A bcrypt library for NodeJS.
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
Generate a unique filename for use in temporary directories or caches.
simple persistent cookiejar system
Inquirer input text prompt
minimal implementation of a PassThrough stream
A module which will endeavor to guess your terminal's level of color support.
A JavaScript parser built from the Hermes engine
Like which(1) unix command. Find the first instance of an executable in the PATH.
option parsing and help generation
Persistent ordered mapping from strings
a glob matcher in javascript
A library to make errors.
Dependency-free RFC 3986 URI toolbox
Get callsites from the V8 stack trace API
The official runtime utils for Standard Schema
An implementation of several error checking algorithms,including Luhn and Damm.
Quick list of errors for displaying in one place. Sometimes you'd like to return errors at the top of the screen in a notice rather than around a form, for example if you have a particularly long form. Just a quick helper method to help with said cases.
Respond error for requests include some offensive string, that may crash browsers
valid_syntax checks if a string containing ruby code has any syntax errors. If this is the case, the syntax errors will be stored to be later accessed.
A chainable guard clause DSL for validating method preconditions with built-in checks for nil, empty, numeric bounds, type checking, range, length, regex matching, inclusion, custom predicates, string prefix/suffix, and soft mode error collection.
Developed to create URL string using Builder pattern for simplicity and reduced errors
Colorizes the example output strings without changing the color of pending and error output See https://github.com/andrea-capri/rainbow_wrapper for more details.
Monitors multiple URLs for a configured string. Expects to find the string on at least one of the instances. If the required string isn't found on any monitored instance, it will report as error. Generates an HTML file for display with another web server.
error_builder provides a customizable way to format and structure error messages as arrays or hashes. It supports multiple formats, including string, array, and nested hash representations.
uses mongo_mapper to cache block response strings. Use case: wrap your twitter api call with a block, if twitter bugs out, raise an error and the last value will be returned
Simple gem to add color to your fancy terminal ASCII characters. Extends string class. As easy as: puts "hi, i'm the color".red \n Supports colors red, yellow, green, magenta, as well as colors for warning, success, and error.
TreRegex provides a high-performance Ruby interface to the TRE C library using FFI. It brings robust approximate (fuzzy) regular expression matching to Ruby, featuring multi-byte Unicode string safety, and granular error limits