Data binding library
Convert Circuit JSON to SVG
Implementation of Circuit Relay v2
A low overhead circuit breaker for your routes
Utility library for working with tscircuit circuit json
A fail-fast circuit breaker for promises and callbacks
Convert Circuit JSON into ngspice compatible SPICE netlists
Lay out circuit json
Convert a [Circuit JSON](https://github.com/tscircuit/circuit-json) to Gerber/Excellon files.
Convert Circuit JSON into a Box-Pin-Color Graph
Convert KiCad schematic and PCB files to Circuit JSON format.
Quantum Circuit Simulator
Converts circuit JSON to 3D GLTF files. Used for exporting circuits as 3D models.
Draw [Circuit JSON](https://github.com/tscircuit/circuit-json) into a Canvas- works with any canvas object (Node/Vanilla)
Convert [Circuit JSON](https://github.com/tscircuit/circuit-json) to STEP format for CAD integration.
Prometheus metrics for opossum circuit breaker
Hystrix-like circuit breaker for JavaScript.
Convert [Circuit JSON](https://github.com/tscircuit/circuit-json) files to KiCad schematic (`.kicad_sch`), PCB (`.kicad_pcb`), and project (`.kicad_pro`) files.
Node.js Circuit Breaker Pattern
Stylelint rules to lint Circuit UI.
Convert [circuit json](https://github.com/tscircuit/circuit-json) code to [tscircuit](https://github.com/tscircuit/tscircuit) code.
ESLint rules to lint Circuit UI.
Convert Circuit JSON into a Pick'n'Place CSV
Hystrix-like circuit breaker for JavaScript.
Static dataflow computation circuits
Quantum circuit representation and DSL for the QuantRS2 framework
surge synthesizer -- lfos used for modulation
This contains the ZK circuits that generate proofs for the `AxiomV2Query` smart contract.
HMAC-protected circuit breaker with fail-open semantics. Persists circuit state to disk and verifies integrity with HMAC-SHA256 on every reload to prevent state-file tampering from inducing self-DoS.
surge synthesizer -- diode filter
Comprehensive Rust quantum computing framework - unified entry point for quantum simulation, algorithm development, and hardware interaction
High-performance circuit breaker with fallback support and rate-based thresholds
A Rust implementation of the Circuit Breaker pattern for building resilient and fault-tolerant systems.
A Rust library to write Zero-Knowledge circuits for multiple prover systems
A Rust library to write Zero-Knowledge circuits for multiple prover systems
A Rust library to write Zero-Knowledge circuits for multiple prover systems
CircuitBreaker is a relatively simple Ruby mixin that will wrap a call to a given service in a circuit breaker pattern. The circuit starts off "closed" meaning that all calls will go through. However, consecutive failures are recorded and after a threshold is reached, the circuit will "trip", setting the circuit into an "open" state. In an "open" state, every call to the service will fail by raising CircuitBrokenException. The circuit will remain in an "open" state until the failure timeout has elapsed. After the failure_timeout has elapsed, the circuit will go into a "half open" state and the call will go through. A failure will immediately pop the circuit open again, and a success will close the circuit and reset the failure count. require 'circuit_breaker' class TestService include CircuitBreaker def call_remote_service() ... circuit_method :call_remote_service # Optional circuit_handler do |handler| handler.logger = Logger.new(STDOUT) handler.failure_threshold = 5 handler.failure_timeout = 5 end # Optional circuit_handler_class MyCustomCircuitHandler end
Provides a circuit breaker pattern with optional support for distributed state.
circuit_switch is a gem for 'difficult' application. This switch helps to make changes easier and deploy safely.
Circuit breaker pattern with closed, open, and half-open states, configurable failure thresholds, timeout, error class filtering, event callbacks, metrics, and exponential backoff.
Wrapper of the Circuit Rest API
Circuit is a rack application middleware that enables dynamic request mapping. Modeled after [Rack::Builder](https://github.com/rack/rack/blob/master/lib/rack/builder.rb), Circuit provides for a tree of url-mappings that is walked at request time. If you are interested in dynamically loading middleware and functionality into requests, circuit is a viable solution to do that in a maintainable way.
Health check framework that aggregates dependency checks with configurable timeouts and optional parallel execution. Provides a DSL for defining checks, aggregated status reporting with filtering and JSON output, and Rack middleware for /health, /health/ready, and /health/live endpoints.
Simple client for circuit REST API
Classic circuit breaker to protect resources from being accessed over and over while in pain.
Action Mailer adapter for using Circuit in Rails apps.
BPMN-compliant workflows or state machines. Used in Trailblazer's Operation to implement the Railway.
Self-resetting breaker retries the protected call after a suitable interval, and it also resets when the call succeeds.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.