not-* family module for collecting error reports
Use this module to start and stop the V8 inspector manually and collect precise coverage.
A Minipass stream that collects all the data into a single chunk
pprof support for Node.js
minimal implementation of a PassThrough stream
Nuxt collects anonymous telemetry data about general usage. This helps us to accurately gauge Nuxt feature usage and customization across all our users.
Vitest test runner
VGS Collect.js script loading module
pprof support for Node.js
TOAST UI Editor for React
RED/USE metrics for express applications
Returns a stream which becomes readable once all input is received
Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons.
Microsoft Application Insights Click Analytics extension
OpenTelemetry instrumentation for `connect` http middleware framework
OpenTelemetry instrumentation for `express` http web application framework
GFM Markdown Wysiwyg Editor - Productive and Extensible
A collection of pre-built module patches that enable existing npm modules to publish diagnostic data
NestJS module for Prometheus
teamsfx framework api
VGS Collect.js React wrapper
The TeamsFx Core package implements shared capabilities for Microsoft 365 Agents Toolkit IDE Extensions and the CLI through API contracts defined in the [api](/packages/api).
VGS Collect React Native SDK
TOAST UI Components: Color Picker
Processes collections in configurable chunks with progress tracking callbacks and per-item error collection. Returns detailed results including processed count, error entries, chunk count, and elapsed time.
Simple middleware for logging errors to a capped mongodb collection.
the collection provides class handling errors in ruby
Define additional sets of validations beyond the standard "errors" that is tied to the ActiveRecord life-cycle. These additional sets can be defined with all the standard ActiveRecord::Validation macros, and the resulting collection is a standard ActiveRecord::Errors object.
Useful when a presenter deals with multiple objects that may enter into error states, and the errors need to be collected at a single point.
Providing special validation error building for has_many collection in Rails.
Plinko helps you create validators that collect all validation errors instead of breaking on the first failure.
Define typed hash schemas with per-key type declarations, optional coercion functions, default values, strict mode for unknown keys, nested schemas, pick/omit, JSON serialization, freeze, diff, and validation error collection.
A chainable guard clause DSL for validating method preconditions with built-in checks for nil, empty, numeric bounds, type checking, range, length, regex matching, inclusion, custom predicates, string prefix/suffix, and soft mode error collection.
For example: collection.should all_be > 0 will specify that each element of the collection should be greater than zero. Each element of the collection that fails the test will be reported in the error message.
This validator tests whether associated collection is going to be empty after saving. It will be passed if at least one association of the specified collection will exist. The validator provides helper method and default error message.
CarryOut connects units of logic into a serial execution. Each unit can extend the DSL with parameter methods. Artifacts and errors are collected as the series executes and are returned in a result bundle upon completion.