Check password strength against several rules. Includes ActiveRecord/ActiveModel support.
ActiveRecord-style API for IndexedDB with TypeScript support
A memoization library which only remembers the latest invocation
```sh $ yarn add radix-ui # or $ npm install radix-ui ```
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.
Core libraries for supporting Vida development
One Dark theme for the CodeMirror code editor
Atlex command-line interface (atlex new, atlex serve, generators, migrate, queue, …)
Run the supplied function exactly one time (once)
Typescript ORM-style base models
An ORM for Node.js and the Sails framework
Polyfill for Metadata Reflection API
A JavaScript text diff implementation.
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.
Create your next immutable state by mutating the current one
Sitemap-generating lib/cli
Parse git commit data, like the one we get when running `git rev-list ...`.
useMemo and useCallback but with a stable cache
two functions: One that returns true, one that returns false
A better Object.defineProperty()
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
syntax highlighting component for react with prismjs or highlightjs ast using inline styles
A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)
Javascript color object with implicit color space conversions. Supports RGB, HSV, HSL and CMYK with alpha channel.
Provides `ActiveRecord::Relation#one!`, a convenience method that asserts a relation contains exactly one record and returns it. If there are no records or more than one, an `ActiveRecord::NoRecordFound` or `ActiveRecord::MultipleRecordsFound` exception is raised, respectively.
Adds a :default => true, or :default => {attributes} options to has_one associations that auto-build the association when accessed.
ActiveRecord add-ons & helpers
ActiveRecord plugin that maintains massive flags in one column
A one-liner solution for ActiveRecord::Base#to_param
Restrict ActiveRecord fields to one assignment only.
Guarantee uniqueness of a single attribute across one or more children of an ActiveRecord object Works around https://github.com/rails/rails/issues/4568
Attributes marked with the attr_symbol method can be set using strings or symbols, but when accessed will always return symbols.
ActiveRecord plugin that maintains massive flags in one column
A rule based system for copying data from one database to another for active record.
The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner
Render ActiveRecord objects as HTML tables with one line of Ruby - supports some simple configuration options.