-
- [x] basic implementation of XCSP3 parser
- [x] scripts
- [ ] implementing core constraints:
- [x] intension
- [x] arithmetical expressions
- [x] relational expressions
- [x] logi…
-
This could be implemented with a regular expression (to cover 90% of the cases), or we could attempt to bring sizzle or some other selector parser, to detect that.
-
using @kevinbarabash's parsing tool https://github.com/kevinbarabash/math-parser
----
### some context from #89:
the proposal:
> I'd like to make a suggestion: replace `mathjs`. The main …
-
We had the same issue with etherpad. See https://github.com/ether/etherpad-lite/issues/3397
There are a lot vulnerabilities found in the used packages.
```
added 498 packages from 451 contribut…
-
I have been using Gooey to create small office scripts and tools for a few weeks now and have run into a recurring problem. My users are largely lay users of technology who absolutely love putting the…
-
> `2×3^2`
> 36 // should be 18
> `1+2^3+4`
> 31 // should be 13
> `(2)^5`
> 7 // should be 32
> `2^(5)`
> 7 // should be 32
> `2^.5`
> 2 // should be 1.414…
> `2^0.5`
> // error
> `(1)!`
> // error
> …
-
Dependabot link - https://github.com/bcgov/foi-flow/security/dependabot?q=is%3Aopen+manifest%3Aforms-flow-web%2Fpackage-lock.json
Upgrade to latest version of Nodejs before addressing these
- [x] -…
-
Please, enable Dependabot or Renovate for keeping dependencies up to date. When a known vulnerability is detected, it automatically opens a pull request to update the affected package.
```
fronte…
-
**Describe the bug**
Similar to https://github.com/opensearch-project/data-prepper/issues/3514, the regex parser fails on the example from documentation: https://github.com/opensearch-project/data-pr…
-
Currently to use regular expressions in jq you must write the regex as a JSON string, using doubled backslashes for escapes in the regexp. This is naturally a recipe for leaning toothpick syndrome.
I…