A test framework where context cascades through your test hierarchy. Built with TypeScript for type safety and plain JavaScript objects with automatic context passing.
Parse CSS Cascade Layer names.
Use cascade layers in CSS
CSS Cascade Layer plugin for Docusaurus.
Minify selectors with PostCSS.
CLI tool for WillBooster projects
Core logic for the cascade-select widget implemented as a state machine
PostCSS plugin to fallback initial keyword.
PostCSS plugin to fallback initial keyword.
Use the unset keyword in CSS.
Secretlint CLI that scan secret/credential data.
Promise-based file system walker with nested .gitignore cascade support.
Process styles in an ember-cli application using Autoprefixer
PostCSS plugin to assign a cascade layer to files.
Functionality for working with the CSS cascade and scalable selector matching
A global executable to run applications with the ENV variables loaded by dotenv
Upgrade your npm scripts to make them smarter and more efficient
Cascade delete with Bookshelf.js
Checkpoint-based persistence for Vercel AI SDK in CascadeFlow workflows
Cascade select field
Workflow authoring SDK for CascadeFlow with type-safe step definition helpers
Har file visualizer
A suite of parsers and compilers for WordPress styles.
simple persistent cookiejar system
Adds a add_foreign_key_constraint schema method, and extends the schema dump code to output these foreign key constraints. Only MySQL and PostgreSQL are currently supported. Examples ======== # adds a constraint on projects.customer_id with parent customers.id add_foreign_key :projects, :customer_id, :customers, :id # adds a constraint on projects(a, b) with parent(a, b) with the default RESTRICT update/delete actions add_foreign_key "child", ["a", "b"], "parent", ["a", "b"] # adds a constraint with the ON UPDATE action set to CASCADE and the ON DELETE action set to SET NULL add_foreign_key 'projects', 'customer_id', 'customers', 'id', :on_update => :cascade, :on_delete => :set_null The following actions are defined: :restrict :no_action :cascade :set_null (aka :nullify) :set_default Note that MySQL does not support :set_default, and also treats :no_action as :restrict. Compatibility ============= Supports mysql, mysql2, postgresql. Currently tested against Rails 3.2.13 on 2.0.0p0 and Rails 3.2.13, 3.1.8, 3.0.17, and 2.3.14 on Ruby 1.8.7.
BreakerMachines is a production-ready circuit breaker implementation for Ruby that prevents cascade failures in distributed systems. Built on the battle-tested state_machines gem, it provides a clean DSL, thread-safe operations, multiple storage backends, and comprehensive introspection tools. Unlike other solutions, BreakerMachines prioritizes safety by avoiding dangerous forceful timeouts while supporting fallback chains, jitter, and event callbacks.
No description provided.
No description provided.