React Element Selector Query (resq) - Query React components and children by selector (component name)
ResQ shared UI component library — shadcn-based design system for the ResQ platform
Unified PostHog + GA4 analytics client for the ResQ platform — cross-subdomain, lazy-loaded, with typed events
ResQ — AI Project Rescue Agent. Scans half-finished projects and provides a structured rescue plan.
React Element Selector Query (resq) - Query React components and children by selector (component name)
Functional utilities, type guards, result types, performance measurement, and async task execution
Structured logging with log levels for Node.js and Bun
TypeScript method and class decorators for caching, rate limiting, control flow, and observability
Security utilities: encryption, input validation, schemas, and PII sanitization
Common Vue components
Rate limiting algorithms, throttle/debounce utilities, and HTTP middleware
React Element Selector Query Enhanced - Query React components and children by selector (component name), starting also from an iFrame
cypress plugin to locate react elements by component, props and state
cypress react element select query
Effect-based HTTP client with retry, timeout, and schema validation
React Locator Selector for Protractor
This library is using [actionhero/node-resque: Node.js Background jobs backed by redis. (github.com)](https://github.com/actionhero/node-resque) package and is used to have more control over the cron jobs across all microservices
Production-grade data structures and algorithms
In today's world, where the pursuit of better health and well-being is paramount, it's no surprise that many individuals seek ways to enhance their vitality and confidence. Male enhancement, a term that has gained significant attention, offers solutions t
React selectors for Taiko
cypress plugin to locate react elements by component, props and state
Unirest simple tool
MDE communication channel with Socket IO and express.
Language support and smart autocomplete for YASM/NASM Assembler
Developer CLI for the ResQ autonomous drone platform
Shared TUI components and themes for ResQ developer tools
Interactive deployment manager for ResQ environments — Docker Compose and Kubernetes TUI
Service health diagnostic dashboard for ResQ platform
Binary and machine-code analyzer for ResQ binaries
Real-time CPU and memory performance TUI for ResQ platform
SVG CPU flame graph profiler for ResQ services
Multi-source log aggregator and viewer for ResQ services
Real-time CPU and memory performance TUI for ResQ platform
SVG CPU flame graph profiler for ResQ services
Interactive deployment manager for ResQ environments — Docker Compose and Kubernetes TUI
Service health diagnostic dashboard for ResQ platform
Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
Light weight job scheduling on top of Resque. Adds methods enqueue_at/enqueue_in to schedule jobs in the future. Also supports queueing jobs on a fixed, cron-like schedule.
resque-retry provides retry, delay and exponential backoff support for resque jobs. Features: * Redis backed retry count/limit. * Retry on all or specific exceptions. * Exponential backoff (varying the delay between retrys). * Multiple failure backend with retry suppression & resque-web tab. * Small & Extendable - plenty of places to override retry logic/settings.
RSpec matchers for Resque
resque-cleaner maintains the cleanliness of failed jobs on Resque.
quickly and easily fork a pool of resque workers, saving memory (w/REE) and monitoring their uptime
resque-status is an extension to the resque queue system that provides simple trackable jobs. It provides a Resque::Plugins::Status::Hash class which can set/get the statuses of jobs and a Resque::Plugins::Status class that when included provides easily trackable/killable jobs.
Rails plugin for sending asynchronous email with ActionMailer and Resque.
A Rails-based frontend to the Resque job queue system.
Makes sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper include Resque::Plugins::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end
A failure backend for Resque that sends events to Sentry
A Resque plugin. Two or more jobs with the same lock cannot be processed simultaneously by multiple workers. When this situation occurs the second job gets pushed back to the queue.
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.