A push release gui tool.
Lobe CLI uikits
Essential utils for promises
Lobe i18n is a CLI tool that automate translate your i18n localization with AI
Lobe seo is a CLI tool that automate generation seo content for mdx
Lightweight and type-safe query builder for DynamoDB and TypeScript.
A Blockly plugin that adds a continous-scrolling style toolbox and flyout
Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)
Commonly used functionality for amp-toolbox
Auto-generated essential Solana and Metaplex programs
Subresource Integrity tools
Helpful autotracking utilities
Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignit
A library that helps query AMP Validator rules
Nomic Foundation's recommended bundle of Hardhat plugins
Platform-specific binary for the `toolbox` package on Linux x64. This package is automatically installed by the main `@toolbox-sdk/server` package and is not intended to be installed directly.
Basic primitives for working with binary data
AMP Runtime versions
This package collects a set of fonts and scss style files which are used by various applications at Addepar
A library that calculates the CSP hash for amp-script
Danger Plugin Toolbox is a Danger JS plugin containing a set of common validations and utilities, build to make it easy to start using Danger JS.
Hardhat Network Helpers is a plugin that provides a set of utility functions to interact with locally simulated networks.
React IDE toolbox
Hardhat plugin for verifying contracts
== SYNOPSIS: Allows storing scopes as names; that way you can address subsets of your model space by meaningful names. require 'scoped_proxy' # Railsers: You might want to call this in environment.rb class User < ActiveRecord::Base scoped_proxy :role do |role| { :find => { :conditions => ['role = ?', role] } } end scoped_proxy :deleted, :find => { :conditions => 'deleted_at is not null' } end admins = User.role('admin') admins.count # => 12 admins.find(:all) # => [ ... ] User.deleted.count # => a number This implementation also brings (NEW, SHINY) default proxies. That means you can have a proxy in effect when no other proxy is in effect. class User < ActiveRecord::Base default_proxy :find => { :conditions => 'deleted_at is null' } end User.find(:all) # only finds users that aren't deleted
Diff and patch tables
Diff and patch tables