The output element provides an example of a built-in element that "outputs" its value. It's a bit of a strange feature, given that it displays the exact value passed in, but the "value-add" proposition the output element provides may be bit esoteric (a11
Tiny DOM-element-creation utility
ProseMirror's rowspan/colspan tables component
Fast JSON Web Token implementation
fast dom CSS styling
Persistent ordered mapping from strings
Node.js final http responder
Provides low-level interfaces and helper methods for authentication in Azure SDK
Get country name, currency and currency symbol via ISO2 country abbreviation
JSON.parse with bigints support
A deep deletion module for node (like `rm -rf`)
OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
A module to manipulate search part of URLs (querystring)
Global identifiers from different JavaScript environments
XMLHttpRequest for Node
Reactive dataflow processing.
A generational pseudo-LRU cache with strict maximum size limits.
Memoize promise-returning & async functions
Parse the Forwarded header (RFC 7239) into an array of objects
Implements the WebIDL algorithms for converting to and from JavaScript values
mjml-body
File Encoding Plugin for FilePond
Badgin makes it easy to subtly notify the user that there is some new activity that might require their attention, or it can be used to indicate a small amount of information, such as an unread count.
to add two values
Rails migration extender for default values and adding indexes
Rails migration extender for default values and adding indexes
Ruby values fit for human consumption
A gem for adding attr_boolean to objects, assigning by various 'falsey' values
Define type-safe enums in Ruby with automatic ordinals, custom values, lookup methods, and Ruby 3.x pattern matching support. A cleaner alternative to ad-hoc constants and symbol sets.
Adds a global key-value-store to Rails applications and allows adding typed columns to model classes without having to change the database layout.
TimeTrap is a sorted set which keeps track of the times values are added allowing for investigation of a set over time intervals.
A utility for adding a variant of functional-style Either return values to Ruby code.
Generates a classes (or class like things) that can translate currency values in a specific currency to a number of other currencies. Other currency sources and new formats can be added.
== Install sudo gem install quietbacktrace == Usage Quiet Backtrace works by adding new attributes to Test::Unit::TestCase. By default, their values are: self.quiet_backtrace = true self.backtrace_silencers = [:test_unit, :gem_root, :e1] self.backtrace_filters = [:method_name]
Enumerate adds an `enumerate` command to all ActiveRecord models, enabling you to work with string or integer columns as if they were enums. The following features are added to your model: Validation - ensures that the field only receives accepted values Predicate Methods - adds ? and ! functions for each enum value Scopes - you can easily query for values of the enum