a CSS selector parser
Query PostCSS AST with CSS selectors.
WebCodecs-based, combine video, audio, images, text, with animation support 基于 WebCodecs 合成 视频、音频、图片、文字,支持动画
Transform style sheet to be consumed by the LWC engine
Plumeria ESLint plugin
Open-source TypeScript/React library for building production-grade AI chat experiences
Library for building parsers using combinators.
API for defining Validatem combinators
ast node query language
**MiniParse** is a small TypeScript parser combinator library with an efficient regex based lexer.
The Node.js Framework for Real-Time MongoDB Apps
FruitsConfits - A well typed and sugared parser combinator framework for TypeScript/JavaScript.
[](https://circleci.com/gh/unmock/json-schema-fast-check) [](https://codecov.io/g
This library was generated with [Nx](https://nx.dev).
<img src="./logo.png">
React Query Builder component for constructing queries and filters, with utilities for executing them in various database and evaluation contexts
Emoji-aware unicode string utilities
An extremely simple parser combinator for TypeScript
<!-- GENERATED FILE - Source File: /mdsource/README.source.md -->
Variadic y-combinator for recursive anonymous functions
An effort to create the perfect programming language.
# Table of contents
Parser combinator in TypeScript
Cloud-backed persistent shared memory for AI agents powered by Deeplake
Combine Model errors into a new single property for use with gems like SimpleForm
Fork of fluent-plugin-detect-exceptions to include the preceding ERROR log line with a stack trace.
A deployment strategy for Capistrano 2.0 which combines rsync with a remote cache, allowing fast deployments from SCM servers behind firewalls. Forked from capistrano_rsync_with_remote_cache and fixed couple of errors
ActiveTracker is a self-hosted website (combined with this rubygem) to track user requests through your logs, see errors raise and queue usage/failures
Useful when attribute has multiple error messages. This gem allows to combine those messages into one sentence
Reads the interface execution kinesis stream for NT2. Then it uses that execution info combined with information from VINE Services to determine if this is an error state. If it is, it sends a message to Einstein. It also clears Einstein alarms related to tracked errors. State is not tracked between runs, so if the job fails it won't manage previously created errors.
New users to git and Heroku sometimes have trouble with the syntax of the git commands required to deploy an application to Heroku. This wrapper combines the git add, commit, and push commands needed. The command has no arguments. The user is prompted for a commit message. The wrapper contains no error handling, so the user will receive errors from git.
With this program you can list your telescopes and eyepieces and get a set of calculations done for each scope and for the combination of scope and eyepiece. Easy interface. Run the program, then hit '?' to show the help file. Version 2.0.1: Improved input validation with descriptive errors, division-by-zero guards, empty list safety.
Adds accessors to a class so that the date can be set as a string while days, months and years can be set as integers. It also allows for month as short and long text inputs, e.g. Jan, March. It will validate resulting dates and generate errors when parts are invalid and where combined parts are incorrect.
Hunting down random test failures can be very very difficult, sometimes impossible, but minitest-bisect makes it easy. minitest-bisect helps you isolate and debug random test failures. If your tests only fail randomly, you can reproduce the error consistently by using `--seed <num>`, but what then? How do you figure out which combination of tests out of hundreds are responsible for the failure? You know which test is failing, but what others are causing it to fail or were helping it succeed in a different order? That's what minitest-bisect does best.
Deferrable Gratification (DG) facilitates asynchronous programming in Ruby, by helping create abstractions around complex operations built up from simpler ones. It helps make asynchronous code less error-prone and easier to compose. It also provides some enhancements to the Deferrable API. Features include: * fluent (aka chainable) syntax for registering multiple callbacks and errbacks to the same Deferrable. * a #bothback method for registering code to run on either success or failure. * a combinator library for building up complex asynchronous operations out of simpler ones.
== DESCRIPTION: Implements Fuzzy Sets in Ruby. I am very beginner at this topic, so it is very basic now. Any help will be appreciated. == FEATURES/PROBLEMS: * Fuzzy Sets defined as sequence of line segments. * Fuzzy Rules. Only conjunction of arguments is possible. * No error handling. * Defuzzification as center of gravity and first maximum * Minimum and Multiplication T-Norms. * Mamdani and Larsen aggregation methods. * Reasoning - apply matching rule and combine the results. Mamdani or Takagi-Sugeno system.