Tezar

Results 7 issues of Tezar

There is inconsistency with the JS implementation at least for `and`/`or` operators. The values are lazily evaluated in JS (while the docs doesn't specificaly mandates it, it hints it in...

Would it be possible to support aliasing under own domain, so one can fetch tracking script from `analytics.owndomain.com` which would be CNAMEd to `counter.dev`? Would help against adblockers.

postpone

For development we use some boxes with Windows. Currently trying to include start agent on Windows produces self-explaining error ` File "...\stackimpact\agent.py", line 113, in start register_signal(signal.SIGUSR2, _signal_handler) AttributeError: module...

Added `classes` property to the return object. Our use case for that: 1. validation error occurs => show notification 2. user starts fixing error => change class of the notification...

Hi, I am wondering if there are any plans to implement any "smarter" way to check multiple collisions other than current way of testing everything against everything. As far I...

enhancement
question

Minimal reproduction: `"a".string().times(2).skip(Parser.eof()).apply("aaaa")` should fail, but it gets parsed successfully. I have traced the root to this https://github.com/deathbeam/parsihax/blob/74f2ac81ccd07d26278433c36f13172173ab6860/src/parsihax/Parser.hx#L506 should be `for (times in 0...max-min) ` Would made PR but seemed...

No directly problem of library, but could be at least hinted in docs. When trying to open ports higher than COM9, you have to use special prefix e.g. "\.\COM10" This...