A utility for updating deeply nested objects/arrays based on key-value conditions.
PostCSS plugin to unwrap nested rules like how Sass does it
Resolve a nested selector in a PostCSS AST
JSS plugin that enables support for nested selectors
Resolve nested CSS selectors
Use nested calc() expressions in CSS
Nested clients for AWS SDK packages.
This package provides the Table feature for Lexical.
Set nested properties on an object using dot notation.
An Error subclass that will chain nested Errors and dump nested stacktraces
Immutable Data Collections
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
use querySelector syntax to search for nodes inside of (nested) shadow roots
Take a nested Javascript object and flatten it, or unflatten an object with delimited keys
Immutable update for Objects and Arrays
Dynamic nested form for Ruby On Rails
The fastest Node.js library for formatting terminal text with ANSI colors~!
Match balanced character pairs, like "{" and "}"
This packages modifies package-lock.json to force the installation of specific version of a transitive dependency (dependency of dependency), similar to yarn's [selective dependency resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutio
Find diff between any two variables where variables be any valid JavaScript data type like string, numeric, array or object
Underscore mixins for deeply nested objects
Simple update notifier to check for npm updates for cli applications
Making SvelteKit forms a pleasure to use!
Update multiple or deeply nested JSONAPI resources
A hash based MVC model class that makes searching and updating deeply nested hashes a breeze. You can store deeply nested hashes and still easily flatten, query, and update the records using flattened field names. It's meant to be used for small, in-memory recordset that you want an easy, flexible way to query. It is not meant as a data storage device for managing huge datasets.
Fluentd input plugin to track insert/update/delete event from MySQL database server. Not only that, it could multiple table replication and generate nested document for Elasticsearch/Solr. It's comming support replicate to another RDB/noSQL.
Access deeply nested hash values using dot notation (config.database.host) with nil-safe traversal that never raises on missing keys. Supports path-based get/set, YAML/JSON loading, and immutable updates.
Pure-Ruby SQL builder. No runtime dependencies. Supports SELECT (with JSON aggregation and nesting), INSERT, UPDATE, and DELETE for MySQL/MariaDB.
As it is basically a converter of xml file to rails nested form it takes help from nokogiri do some hacks of nokogiri and update the xml file and create an updated.xml file
A command-line tool for adding and updating internationalization (i18n) translations in YAML files with support for nested keys and multiple locales.
Gem helps to make the simple dynamic control of multiple nested forms in Ruby on Rails application. - Search for related objects using [jQuery UI Autocomplete](https://jqueryui.com/autocomplete). - Easy to add sub-objects directly to a form to create or update the main object. - Full management of the nested form.
Form Object with simple DSL which allows nested Form Objects and arrays of Form Objects. Form Object is compatible with Rails form builders, can update its attributes from a hash and serialize them to a hash. Form Object attributes could be mapped to models attributes and Form Object can be loaded from and saved to models as well as serialized to a hash which reflects a model. ActiveModel::Errors could be copied from a model to Form Object.
Ruby on Rails supports RESTful routing out-of-the-box. However, as you move along, you will often find yourself repeating the code for the seven REST actions: index, show, new, create, edit, update, destroy. This gem allows you to get all of the code for free by simply typing 'include BTech::Rest' at top of your controller code. That's it! Even better, you can have nested resources as well by adding a 'belongs_to' statement to your controllers much like you would for ActiveRecord models. This is just the tip of the iceburg so make sure to read the RDoc for more info.
Ruby on Rails supports RESTful routing out-of-the-box. However, as you move along, you will often find yourself repeating the code for the seven REST actions: index, show, new, create, edit, update, destroy. This gem allows you to get all of the code for free by simply typing 'include Rest' at top of your controller code. That's it! Even better, you can have nested resources as well by adding a 'belongs_to' statement to your controllers much like you would for ActiveRecord models. This is just the tip of the iceburg so make sure to read the RDoc for more info.
Implement orderable trees in ActiveRecord using the nested set model, with multiple roots and scoping, and most importantly user-defined ordering of subtrees. Fetches preordered trees in one go, updates are write-heavy. This is a substantially butchered-up version/offspring of acts_as_threaded. The main additional perk is the ability to reorder nodes, which are always fetched ordered. Example: root = Folder.create! :name => "Main folder" subfolder_1 = Folder.create! :name => "Subfolder", :parent_id => root.id subfolder_2 = Folder.create! :name => "Another subfolder", :parent_id => root.id subfolder_2.move_to_top # just like acts_as_list but nestedly awesome root.all_children # => [subfolder_2, subfolder_1] See the rdocs for examples the method names. It also inherits the awesome properties of acts_as_threaded, namely materialized depth, root_id and parent_id values on each object which are updated when nodes get moved. Thanks to the authors of acts_as_threaded, awesome_nested_set, better_nested_set and all the others for inspiration.
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.