-
### Bug report
Setting a default filter operator through the global or column filterable configurations when using a TagHelper Grid is not possible.
### Reproduction of the problem
1) Set fil…
-
I didn't see it mentioned, but, like ESM imports, it would be nice to be able to import only specific operators.
Use case: consider the readme's Vector library+class, let's say that I only wanted t…
ghost updated
2 years ago
-
I'd like to point out that there's a crucial difference for `++` and `--` between what the native operators do and what one can customize with anything that desugars to functions. Consider:
```
va…
-
The current AST representation of the logical operators (`||`, `&&`) are 2-argument calls only, so a CEL expression like `x || y || z` is represented as `_||_( _||_(x, y), z)`. Some users automatica…
-
importing from docs/_work_in_progress/bugs.md
### The Bug
All the tests are defective becuase they use commutative operators. If a non-commuting operator is used then the order of execution is s…
-
See https://github.com/pegjs/pegjs/issues/235
-
```
Currently unsupported operators:
-- decrement
++ increment
@ XML attribute identifier
.. descendant accessor
( ) parentheses (XML)
[] array access
delete
:: name qualifier ?
as
instanceof
```
…
-
Hi
I love the framework, however I was missing 2 query operators, isnull, isnotnull.
Please find the enhancement below:
/*
- Copyright 2012 Ross Bamford
*
- Licensed under the Apache License, Vers…
-
eg., Sodastream !sodamix && !mywater
---
- Bitbucket: https://bitbucket.org/bhrutledge/dsvbrowser/issue/22
- Originally Reported By: [Brian Rutledge](http://bitbucket.org/bhrutledge)
- Originally Cre…
-
We obviously need more operations. This task really is "make a list of operators and make issues for creating them."
---
- Bitbucket: https://bitbucket.org/austin_bingham/cosmic-ray/issue/11
- Origin…