No description provided.
Noteworthy font packaged for node-canvas
Noteworthy handcrafted ui wrapper
Mural's design system's Foundation package containing our design language features used across all components
A convenience wrapper over @aws-sdk/client-dynamodb and @aws-sdk/lib-dynamodb.
## Overview
> Monorepo of isomorphic utility functions
Library that generates Typescript clients based on the OpenAPI specification.
A collection of generic functionality for TypeScript projects.
Companion package for the Quo debugger.
A slightly opinionated web framework built on top of Express 4.
Shims ESM and CJS features, handy if you are building hybrid NPM modules.
React components for Stackend
Lime Elements
Noteworthy's utility package
LemonadeJS Contextmenu JavaScript Plugin
A standalone package containing React components for structogram powered by MUIv5.
PostgreSQL client - pure javascript & libpq with the same API
> Monorepo of isomorphic utility functions
eosio testing library
Node-RED node for Ecovacs Deebot vacuum cleaner
Get temperature readings from a DS18B20 1-Wire sensor connected to a Raspberry Pi
Convert markdown with MDC syntax to JSON Prosemirror schema
Pure JavaScript PostgreSQL client and native libpq bindings with YugabyteDB smart-driver features
route remote notifications to current desktop
The Rust language implementation of TiKV client (SurrealDB fork).
The Rust language implementation of TiKV client.
Application microframework with support for command-line option parsing, configuration, error handling, logging, and terminal interactions. This crate contains a CLI utility for generating new applications.
Application microframework with support for command-line option parsing, configuration, error handling, logging, and terminal interactions. This crate contains the framework's core functionality.
Library to solve grounded, complete, and stable ADF-semantics by utilising OBDDs - ordered binary decision diagrams
Command Line Tool for Database Backup and Restore
A Bencode library depending only on the Rust standard library.
Arbitrary precision fixed point numbers
LevelDB-compatible fixed-bucket histogram for fast online statistics (min, max, average, percentiles, standard deviation) and mergeable distributions, used by bitcoinleveldb within bitcoin-rs.
A Public SMTP Server to forward Messages into A Backend System
Publish a Rust crate to the WebAssembly Package Manager.
Specdiff aims to improve both RSpec's and WebMock's diffing by applying opinionated heuristics, and comes with integrations (monkey-patches) for both. Particularly noteworthy improvements are made to working with deeply nested hash/array structures in RSpec, and plaintext/xml request bodies in WebMock.
# Squash Migrations Periodically squash migrations to reduce overhead of the `db:migrate` Rake task. ## Creating a release 1. Create a new pull request that: - Bumps the version in `rails-squash-migrations.gemspec` - Updates `CHANGELOG.md` to include all noteworthy changes, the release version, and the release date. 2. After the pull request lands, checkout the most up to date `main` branch and build the gem: ```console $ docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) ruby gem build ``` 3. Publish the gem: ```console $ docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) ruby gem push rails-squash-migrations-X.Y.Z.gem ``` 4. Create and publish a git tag: ```console $ git tag X.Y.Z $ git push https://github.com/Pioneer-Valley-Books/rails-squash-migrations.git X.Y.Z ```