Ruler icon indicating copy to clipboard operation
Ruler copied to clipboard

The Hoa\Ruler library.

Results 15 Ruler issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Hi and thanks for the awesome package! We're looking to build a front-end interface for writing rules and wondering if there were any recommendations for autocompleting / suggesting rule operators?

It is a difference to have `foo="bar"` or `foo = "bar"` when evaluating this grammar. Is there a way to have both the same?

in progress
difficulty: medium

See #94 for detailed information. Todo: - [x] Implement the `Rules` collection with an `SplPriorityQueue` - [ ] Use the `hoa/heap` library for the `Rules` collection - [x] Implement the...

enhancement
in progress
difficulty: hard

~~Address to #92~~ Fix #92. Edit by @Hywan.

enhancement
in progress
difficulty: medium

Hi, I am new to Ruler, and just have a basic question: How could I combine different existing rules dynamically? Tried to google and searched in the GIT repo, did...

question
difficulty: casual

Just an example benchmark using PHPBench to get things started. ``` $ phpbench report --uuid=latest --report=hoa benchmark: RulerBench, subject: benchAssert +---------------------------------------------------------------+------+-----+------------+---------+---------+---------+--------+ | params | revs | its | mem_peak |...

enhancement
in progress
difficulty: hard

I really love this project, it's working great so far! Except one thing, which I'm probably failing to understand (correctly). I'm trying to match a 'description' with a partial string....

question
in progress
difficulty: casual

Hello, I trying a rule with camelcase operator and discover the Ruler\Model cast to lowercase. Business logic term may want use native language of business with long name like :...

question
in progress

Ruler is well designed for writing rules and making assertions on them (i.e checking if some input validates the rule). An nice feature would to be able to produce any...

enhancement
in progress
difficulty: hard