Dan Levy

Results 48 issues of Dan Levy

Added MONGO_USERNAME & MONGO_PASSWORD > Credit goes to: https://www.shapeblock.com/docker-mongodb/

Noticed 2 links are no longer maintained. Links removed for cleanup: omnidb & dbglass.

I created a benchmark suite to test multiple JSON diff frameworks head-to-head: https://github.com/justsml/json-diff-performance It's coverage is hardly complete, but it's pretty easy to extend - main goals were testing ops/sec...

## Create unified Rule types & runtime check helpers ```ts export type Rule = | string | IfThenElseRule | AndRule | OrRule | ReturnRule | TryCatchRule | Rule[]; type RulesStrings...

Sometimes business rules need access to external data (from a Database, HTTP API, AI/ML Service, etc.) ## Goals - [ ] Support JSON config-style declaration. - [ ] Securely reference...

enhancement

https://github.com/react-querybuilder/react-querybuilder https://github.com/FGRibreau/ui-predicate # Example Existing Systems Mailchimp segmentation | Zapier tweets filtering ------------ | ------------- | ![Mailchimp segmentation](https://github.com/FGRibreau/ui-predicate/raw/master/docs/mailchimp-filtering.gif) | ![Zapier tweets filtering](https://github.com/FGRibreau/ui-predicate/raw/master/docs/zapier-filtering.gif) Google Analytics segments | Uservoice rules ------------- |...

Add a new type & exported method to support optional input & output definitions alongside the rules that need them. ```ts export type FieldKeyMapping = Record; /** * An associated...