A circuitbreaker implementation for Node.js
Basic circuit breaker based on Levee.
Official TypeScript SDK for Levee - server-side only
Client for the Levee Fluid Framework service.
Phoenix Channels driver for Fluid Framework (Levee service)
Stops AI agents from draining your budget, deleting your database, or running forever. Safety infrastructure for agent fleets.
empty
empty
empty
empty
empty
empty
empty
“circuit-breaker-request”
A library to prevent accidentally exposing sensitive information in complex services
Uma biblioteca leve e eficiente para manipulação, operações matemáticas e transformação de matrizes em Rust. Focada em performance e simplicidade de interface.
A library for interacting with the GarlandTools API
an easy way to log to a file in rust
A Rust-native implementation of the RAG stack
Production-ready CLI tool for one-way file synchronization with Google Drive. Features: dependency injection, rate limiting, retry with backoff, parallel uploads, and comprehensive documentation.
CLI serverust: scaffolding (new/generate), dev, build, deploy lambda, info, openapi.
Core do framework serverust: App builder, roteamento, validação, DI, OpenAPI, config.
Suporte event-driven opt-in para serverust: extractors tipados para Kafka, SQS, EventBridge.
Runtime dual do serverust: HTTP local e AWS Lambda via lambda_http.
Macros declarativas do serverust: roteamento, derives ApiError/Validate, injectable, metric.
Telemetria nativa do serverust: logger JSON, correlation X-Ray, métricas EMF, idempotência.
The purpose of the builder object is to create a layer of abstraction between the controller and models in a Rails application. The builder is particularly useful for receiving complex post and put requests with multiple parameters, but is lightweight enough to use for simple writes when some filtering or parameter combination validation might be useful before writing to the database. Since it wraps the entire write action to mulitple models in a single transaction, any failure in the builder will result in the entire request being rolled back.
This simple gem I've done in training. It checking the spelling English or Russian text wiht tech.yandex.ru/speller site. examples: puts RuenSpeller.correct?("love")#=> true puts RuenSpeller.correct?("leve")#=> ["lee", "live", "love", "lave", "level"] RuenSpeller.correct?("leve").request_value #=> 'leve' RuenSpeller.correct?("leve").checked_values #=> ["lee", "live", "love", "lave", "level"] The default method sends GET-request. If you need a POST-request, just drop the last argument - true. Example: RuenSpeller.correct?("Love", true)
Provides an executable that converts a rails app's config structure. The basic idea is that environments themselves are now first-class citizens, allowing you to create several environments (e.g. staging, prodtest, demo, etc.) in a clean, organized fashion. Each environment is given its own folder where it can store its own set of configuration files (think mongrel configs, apache configs, etc.) without polluting the top-leve config/ directory.
Provides an executable that converts a rails app's config structure. The basic idea is that environments themselves are now first-class citizens, allowing you to create several environments (e.g. staging, prodtest, demo, etc.) in a clean, organized fashion. Each environment is given its own folder where it can store its own set of configuration files (think mongrel configs, apache configs, etc.) without polluting the top-leve config/ directory.