增强 Claude Code 记忆系统:索引一致性检查、description 质量验证、检索审计日志
Redux DevTools instrumentation
Enhance value with plain and explicit reactive wrapper. Think of it as hook-style signals.
Enhance session history with query property
Relay Redux actions to remote Redux DevTools.
Production-ready Vite configuration enhancer for React applications with advanced optimizations
MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.
MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.
Enhance your ESLint visitors with shared logic
Storybook addon for Redux Components
Memory adapter for Better Auth
Memory adapter for catbox
Enhances the Node.js EventEmitter with extra capabilities.
Access memory using small fixed sized buffers
Apache Arrow columnar in-memory format
High Performance In-Memory Cache for Node.js
A set of efficient utilities that extend the use of JSON (streaming, estimate size, NDJSON/JSONL, etc.)
No description provided.
Redux store enhancer that emits actions via an injected event emitter
No description provided.
Relay Redux actions to remote Redux DevTools.
A simple in-memory filesystem. Holds data in a javascript object.
memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.
JavaScript Performance Monitor
Heap Periscope Agent offers deep insights into your Ruby application's memory behavior. It collects and reports real-time Garbage Collection (GC) statistics and object allocation patterns, empowering developers to identify memory leaks, optimize usage, and enhance performance. This gem is the backend agent for memory monitoring. To visualize the collected data, you must also install the companion gem, heap_periscope_ui The agent's visualizer is available here: - Gem: https://rubygems.org/gems/heap_periscope_ui - Repository: https://github.com/codepawpaw/heap_periscope_ui
abstract_feature_branch is a Ruby gem that provides a unique variation on the Branch by Abstraction Pattern by Paul Hammant and the Feature Toggles Pattern by Martin Fowler to enhance team productivity and improve software fault tolerance. It provides the ability to wrap blocks of code with an abstract feature branch name, and then specify in a configuration file which features to be switched on or off. The goal is to build out upcoming features in the same source code repository branch (i.e. Continuous Integration and Trunk-Based Development), regardless of whether all are completed by the next release date or not, thus increasing team productivity by preventing integration delays. Developers then disable in-progress features until they are ready to be switched on in production, yet enable them locally and in staging environments for in-progress testing. This gives developers the added benefit of being able to switch a feature off after release should big problems arise for a high risk feature. abstract_feature_branch additionally supports Domain Driven Design's pattern of Bounded Contexts by allowing developers to configure context-specific feature files if needed. abstract_feature_branch is one of the simplest and most minimalistic "Feature Flags" Ruby gems out there as it enables you to get started very quickly by simply leveraging YAML files without having to set up a data store if you do not need it (albeit, you also have the option to use Redis as a very fast in-memory data store).