-
When a function uses a very tiny constant, like 0.000000000002, py expression eval can't
substitute the number in scientific notation.
-
WGSL defines the [@const](https://www.w3.org/TR/WGSL/#const-attr) attribute on functions:
https://www.w3.org/TR/WGSL/#const-functions
> A function declared with a [const](https://www.w3.org/TR/WG…
-
To support F# expressions in debugger eval (watch/etc) need an F# expression evaluator
A sample evaluator https://github.com/Microsoft/ConcordExtensibilitySamples/wiki/Managed-Expression-Evaluator-…
-
I have a scenario where I have a non-nullable column in my table but a my POCO model is nullable. (I know, not ideal. It's a brownfield and I'm trying to avoid a projection). I created a converter as …
-
**Description:**
We propose adding a `fillnull` command to OpenSearch's Piped Processing Language (PPL) to provide a convenient way to handle null or missing values in query results. This feature wou…
-
I think it would be convenient to have a way to convert an expression into a function object, allowing better interop with other C++ code.
As far as I understand, this is how I could create an expr…
-
Hey, I was able to get the UUD dashboard working -- mostly -- despite that it looks to be deprecated by falconexe. I am not sure if your docker-compose process is also deprecated, but I am having an i…
-
E.g.
``` js
jsesc(/\B/); // '/B/'
```
The output should be `'/\\B/'`.
We should get rid of `eval` and parse any escape sequences in `regex.source` ourselves.
-
For example: `99999999999999999999999999*888888888888888888888888888888888888888`
is a simple expression but will throw an Exception when eval it.
-
Today, `NestedFrame.query` checks the expression it's given and raises `ValueError` if it mixes nested and base columns. This is because in order to handle such expressions correctly, it would need t…