simple package for getting package roots in sync manner. provides pre-defined queries for git root, monorepo root and package root.
No description provided.
MCP server for filesystem access
use querySelector syntax to search for nodes inside of (nested) shadow roots
A collection of helpers that aim to simplify using reactive primitives outside of reactive roots, and managing disposal of reactive roots.
A Vite plugin for working with WordPress.
A friendly build tool to help manage your project assets.
Webpack tools
Internal packages for @roots/bud
A simple, high-level virtual filesystem
Adds postcss support to @roots/bud projects
Manifest with assets grouped by entrypoint
Webpack tools
WordPress-ready preset for Bud projects
Collections utility
Client scripts for @roots/bud
Webpack tools
bud.js core module
Development server for @roots/bud
Compilation handler
Hooks controller for Bud
Webpack plugin to help with wp_enqueue_script
Config caching
Webpack plugin to register WordPress dependencies as externals
Get proejct root path.
Get the root directory of your git repository.
get_file_system is the system for getting the directories and files of any root folder
A super simple gem to get the root directory for any given git repository.
Model gets: root, siblings, ancestors, descendants and other methods for tree navigation
Get primitive root and Euler totient by passing integer
The mountable rails engine that provide api call to get the git commit number on server (at rails root directory)
DNSTraverse is a rubygem and command line program that allows you to traverse the DNS from the root exploring all possible ways of getting to the final destination domain name. The results are probabilities of which server will respond and what they will respond with.
debt is a utility to be run in your rails app root directory to quickly dive into it. It comes handy when you get your hands on a legacy rails application and you want to understand how much technical debt you inherit.
Apt-Downloader is intended as a useful tool for developers working on embedded linux. When working on embedded linux it can be difficult to get programs working on your target due to the shear number of dependencies needed to run them. Debian has done an excellent job of building and testing their software packages on a large number of architectures. The debian apt system makes it easy for debian users to get access to this software on their own platforms, but it's a bit obsfuscated how to use thier software to say, download a package and all of it's dependencies to the root filesystem of your target and target architecture. Apt-Downloader is front end to apt that is intended to make this easy.
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.
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.