success/error http codes
HTTP status utility
Utility to lookup HTTP status codes
Constants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.
A small utility for creating warnings and emitting them.
Interact with HTTP status code
The map of HTTP status codes from the builtin http module
Create errors with code and cause properties
Library to easily style texts with string formatting
A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.
assert with status codes
Module Federation Error Codes
MongoDB Shell Errors Package
Strip ANSI escape codes from a string
Get the visual width of a string - the number of columns required to display it
Node.js Adapter for Hono
Safely flatten a nested JavaScript object.
Ethereum RPC and Provider errors
QRCode / 2d Barcode api with both server side and client side support using canvas
Ethereum RPC and Provider errors.
JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
Lookup currency codes based on ISO 4217
A generic messaging component to send HTTP style message payloads over the window.postMessage API. Requires an implementation of window postMessage proxy such as 'window-post-message-proxy'.
Intercom (https://www.intercom.io) is a customer relationship management and messaging tool for web app owners. This library makes it easier to use the correct javascript tracking code in your rails applications.
"sinatra-errorcodes is the sinatra extension that contains a pack of HTTP error status code and message"
Many of this code was taked from https://github.com/jongilbraith/simple-private-messages gem
Jabbot is a Ruby micro-framework for creating Jabber/MUC bots, heavily inspired by Sinatra and Twibot. I modified the code of Twibot to fit my needs. The original Twibot code by Christian Johansen is located at: http://github.com/cjohansen/twibot It's as easy as definig a small message handler: message {|message, params| post message.text }
Klomp is a simple [Stomp] messaging client that keeps your sanity intact. The purpose of Klomp is to be the simplest possible Stomp client. No in-memory buffering of outgoing messages, no fanout subscriptions in-process, no transactions, no complicated messaging patterns. Code simple enough so that when something goes wrong, the problem is obvious. [Stomp]: http://stomp.github.com/
DialogBind is a library providing a cross-platform API for creating dialog and message boxes from Ruby code. Docs are available here: https://www.rubydoc.info/gems/dialogbind/
unobtrusive_flash takes your flash messages for the backend and automagically passes them to the frontend via HTTP cookies. This works with both regular page loads and AJAX requests, does not tamper with the page body and requires about 3 extra lines of code in your app - how's that for unobtrusive?
This is a simple open source implementation of the Ruby wrapper for Gupshup WhatsApp API. For more instructions, refer to the source code README.md. For message structure, please refer to https://docs.gupshup.io/reference/msg for the structure.
DrunkMonkey is a rack middleware providing realtime two-way http communication with API for Portal, a javascript messaging library. It provides just two protocols currently; websocket and longpoll comet. You can write code once for each protocols.
Animo allows building scalable Ruby web services. It emphasizes a distinct separation of the Core Domain, HTTP-related code, and message consumption logic.
== DESCRIPTION: ofx-parser is a ruby library to parse a realistic subset of the lengthy OFX 1.x specification. == FEATURES/PROBLEMS: * Reads OFX responses - i.e. those downloaded from financial institutions and puts it into a usable object graph. * Supports the 3 main message sets: banking, credit card and investment accounts, as well as the required 'sign on' set. * Knows about SIC codes - if your institution provides them. See http://www.eeoc.gov/stats/jobpat/siccodes.html * Monetary amounts can be retrieved either as a raw string, or in pennies. * Supports OFX timestamps.
Respondo standardizes JSON API responses across Rails applications. Every response gets success, data, message, and meta fields. Automatic pagination meta for Kaminari and Pagy collections. ActiveRecord serialization, error extraction, and flexible HTTP codes built in.