apply a map function to merge a pair of deep data structures
Data library for istanbul coverage objects
Merge old source map and new source map in multi-transform flow
Merge objects & other types recursively. A simple & small integration.
A lightweight Sass function that merges multidimensional maps recursively.
Map `visit` over an array of objects.
Merge Tailwind CSS classes without style conflicts
Variant of merge that's useful for webpack configuration
A non-destructive-map-merge function for Sass
An optimised way to copy'ing an object. A small and simple integration
Merge objects using their property descriptors
Command line interface for CSSO
Generates and consumes source maps
Generates and consumes source maps
Fixes stack traces for files with source maps
merge() utility function
Store information about any JS value in a side channel, using a Map
Style loading utilities.
concatenative mapdashery
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Fixes stack traces for files with source maps
No description provided.
Merge longhand properties into shorthand with PostCSS.
(recursive)? merging of (cloned)? objects.
Lulu merges the closest overlapping pair of map markers into a one whose area is the sum of the original two, located at their centroid. It repeats this until no overlaps remain. Some interesting data structures make this quite fast for all but pathologically bad data. Markers can be circles or squares. The user may provide a scale factor allowing the marker radius to have a different scale than distance between markers.
CouchProxy is a simple proxy server that distributes reads and writes to a cluster of Apache CouchDB servers so they appear to be a single huge database. Documents are stored and retrieved from a particular CouchDB instance, using consistent hashing of the document id. Map/reduce views are processed concurrently on each CouchDB instance and merged together by the proxy before returning the results to the client.
Vimdo is a ruby gem to automate tasks with vim remote servers. Predefined tasks include diff, merge, etc. You can define your own recipes to run tasks with Vim. For example, you can define `DirDiff` recipe: ```ruby module VimDo class CLI < Thor desc "dirdiff", "directory diff in vim" def dirdiff(from, to) [from, to].each do |f| unless File.directory?(f) raise PathError "#{f} is not directory!" end end from, to = [from, to].map {|f| File.expand_path(f) } commands(%Q{exec 'DirDiff ' fnameescape("#{from}") fnameescape("#{to}")}) end end end ``` Then run `vimdo dirdiff path/to/a path/to/b` from the command line or other tools
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.