[](https://circleci.com/gh/wehriam/observed-remove) [](http://badge.fury.io/js/observed-remove) [](https://circleci.com/gh/wehriam/ipfs-observed-remove) [](http://badge.fury.io/js/ipfs-observed-remove) [](https://circleci.com/gh/wehriam/ipfs-observed-remove-level) [](http://badge.fury.io/js/ipfs-obse
Observed-Remove Map replicated data type.
[](https://circleci.com/gh/wehriam/observed-remove-level) [](http://badge.fury.io/js/observed-remove-level) [
[](https://circleci.com/gh/wehriam/ipfs-observed-remove-map) [](http://badge.fury.io/js/ipfs-observed-r
[](https://circleci.com/gh/wehriam/level-observed-remove) [](http://badge.fury.io/js/level-observed-remove) [
Op-based Observed-Remove Set (OR-Set), a Conflict-free Replicated Data Type (CRDT)
Disables scroll outside of `children` node.
@vue/reactivity
Removes body scroll without content _shake_
unist utility to remove positions from a tree
Wrap your component up as a custom element
A simple function for calculating the chi-squared probability for a given observation set and expected set"
Glue layer for reactivity
Remove JSX empty expression
Remove the trailing spaces from a string.
Remove JSX attribute
Removes separators from the end of the string.
Slugifies a String
Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.
Remove unnecessary React propTypes from the production build
unist utility to remove nodes from a tree
A delta-state CRDT implementation
Delta-state CRDT JSON library — Strong Eventual Consistency with TypeScript/WASM interop
Conflict-free merge, dedup & diff for any dataset. Powered by CRDTs.
A collection of Commutative Replicated Data Types (CmRDTs) implemented in pure Rust.
Distributed replication for Aegis database
CRDTs as categorical colimits, built on comp-cat-rs
Lightweight, composable CRDTs for decentralized systems
Universal embedded CRDTs for distributed coordination across automotive, robotics, IoT, and industrial applications
Unified CRDT library with ergonomic API - fork of diamond-types
CRDT and vector clock primitives for distributed LLM agent state synchronization
Delta-state CRDT machinery for the Carnelia Merkle-Delta CRDT Store
CRDT data structures for mergeDB
Mongoid::Observer removed from Mongoid 4.0
Rails observer (removed from core in Rails 4.0)
Observe changes in enumerable objects in ruby and run callbacks when items are added or removed.
Rails observer (removed from core in Rails 4.0)
The directory watcher operates by scanning a directory at some interval and generating a list of files based on a user supplied glob pattern. As the file list changes from one interval to the next, events are generated and dispatched to registered observers. Three types of events are supported -- added, modified, and removed.
DeprecateSoft is a lightweight Ruby gem that lets you gracefully deprecate methods in your codebase without breaking functionality. It wraps existing instance or class methods and lets you plug in custom before/after hooks for tracking usage via logging, Redis, DataDog, or any other observability tools. Once you verify in your tracking that a method is no longer called, you can remove it safely from your code base. This is especially useful in large codebases where you want to safely remove legacy methods, but first need insight into whether and where they're still being called. Hooks are configured once globally and apply project-wide. Fully compatible with Rails or plain Ruby applications.