Sync your application state to local files and inspect them in your texteditor
TypeScript utilities for safely parsing and handling structured data using DTOs and parsers for FormData, URLSearchParams, and JSON objects.
Cliente JavaScript/TypeScript para a API Dev Data - Consulta de CPF
Allows to play data using a timeline
No description provided.
A development middleware for webpack
Serves a webpack app. Updates the browser on changes.
Vitest module mocker implementation
Fork of pretty-format with support for ESM
Development server for Rspack
Minimal H(TTP) framework built for high performance and portability.
Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers
Determine if the current node version supports the `--preserve-symlinks` flag.
Remote procedure call for client-server communication in Vite plugins
ES2019 spec-compliant String.prototype.trimStart shim.
Helper functions around Function call/apply/bind, for use in `call-bind`
Minimizer plugin for webpack
Compiles your TS app and restarts when files are modified.
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
ES2019 spec-compliant String.prototype.trimEnd shim.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Get and robustly cache all JS language-level intrinsics at first require time
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
Determine if the JS environment has Symbol support. Supports spec, or shams.
This is an extension of the faker gem, allowing stoked bros and brodies to effortlessly generate stoked bios, that are both radical and awesome while simultaneously pitted. It also provides a rich, creamy variety of methods to generate bro words.
Simple web application for accessing Puppet development code and production data in a unified interface. Its main goal is to enable a better visibility on the Puppet architecture for more actors to be able to interact with it.
Rails database scrubber and loader, great for seeding your dev db with real but sanitized data
For Demacia!
Create fake data in an Android emulator (for dev purposes)
Consul client with offline mode for dev, and recursive queries, presenting data as a hash
Rails Devs For Data Integrity catches unique key and foreign key violations coming from the MySQLdatabase and converts them into an error on the ActiveRecord object similar to validation errors
This gem allows you to 'freeze' your ActiveRecord models to Rails compatible fixture files. This allows you to store real data statically for quick start dev/staging evironments.
Easily name your baby! Or if you're a dev, make some tests with names better than test1, test2, testy. This gem gives you the ability to randomly create plausable usernames, names, emails without any hassle. Useful for seeding development data.
SubSonic is a Super High-fidelity Batman Utility Belt that works up your Data Access (using Linq in 3.0), throws in some much-needed utility functions, and generally speeds along your dev cycle.
A Ruby wrapper for the Zenodo API. https://zenodo.org/dev. ZENODO builds and operates a simple and innovative service that enables researchers, scientists, EU projects and institutions to share and showcase multidisciplinary research results (data and publications) that are not part of the existing institutional or subject-based repositories of the research communities.
# Chef Data Region ## Description Chef Data Region extends the `Chef::DSL::DataQuery` module's `data_bag_item` method with the ability to dynamically expand the data bag name in a configurable, environment-specific manner. ## Motivation This gem exists to address the following scenario: An organization maintains data in Chef data bag items. The data is deployed to several data center environments and is stored in data bags whose names reference the environments. The organization wants to write environment-agnostic recipes that access the data bags without explicitly referencing the data bags by their environment names. As a concrete example, imagine the organization maintains encrypted data for three deployment environments: development, staging, and production. It maintains this data in three data bags, one for each environment, with data for services named `gadget` and `widget` in items: | Environment | Bag | Item | |-------------+----------------+--------| | Development | secure-dev | gadget | | Development | secure-dev | widget | | Production | secure-prod | gadget | | Production | secure-prod | widget | | Staging | secure-staging | gadget | | Staging | secure-staging | widget | The items are encrypted with a key unique to that environment to maximize security. Now consider how a recipe would access these bags. When then recipe is running, it needs to know the data center environment in order to construct the bag name. The organization would most likely assign the enviroment name to a node attribute. In a naive implementation, each recipe would include logic that examined the attribute's value to determine which bag to load. This would obviously duplicate code. Imagine instead that the organization wants to reference the bag by the name `secure` and rely on an _abstraction_ to translate `secure` into the environment-specific bag name. This gem provides that abstraction. ## Features This gem overrides the `data_bag_item` method with configurable logic that dynamically decides which bag to load. It retains API compatibility with `Chef::DSL::DataQuery#data_bag_item`, so existing recipes that call `data_bag_item` work without modification. The gem imposes no constraints on data bag item structure. ## Configuration Assign the region name to a node attribute that varies by environment: node.default['local'][region'] = 'staging' Add the following configuration to Chef Client's `client.rb` file. * Require the gem: require 'chef/data_region' * Configure the gem with a hash that maps a bag name to an expansion pattern: Chef::DataRegion.add( 'secure', { attribute: %w(local region), pattern: 'secure-%<attribute>s' } ) ## Bag name expansion The gem expands bag names using Ruby's `format` method. _More pending..._
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.