-
```
It is required to simplify polish postfix expressions – evaluate
functions, which have constants as their arguments, and replace these
functions with their result.
```
Original issue reported o…
-
### Describe the bug
Datafusion evaluates `COALESCE(a, b, c)` expressions even past the first non-NULL value, and bubbles up runtime errors from them.
This is wrong because the COALESCE could be e…
tv42 updated
9 months ago
-
Pretty much what it says on the tin. It would be nice if the custom style markup had some way of supporting variables, if not expressions—similar to what you can currently do with HTML tags and the e…
-
### Describe the bug
In various engines, the order in which intervals are added to dates can affect the final value. This is especially noticeable with leap years.
Datafusion appears to constant f…
-
- `io.quarkus.qute.SectionHelper` and `io.quarkus.qute.SectionHelperFactory` - used to define a custom [section](https://quarkus.io/guides/qute-reference#sections)
- `io.quarkus.qute.TemplateLocator`…
-
# It'd be great if I could do differentiation on vectors and matrices. (Is this something that can be done in Python SymEngine right now?)
http://docs.sympy.org/latest/modules/matrices/expressions.ht…
-
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:
- [X] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master…
-
The auth.json format currently supports regular expressions for the credentials field. I can only think of two possible uses for this:
1. `"credentials": "/.*/"` to allow any credentials
2. `"credenti…
-
**[Original report](https://bitbucket.org/tkeller/prost/issue/48) by geisserf (Bitbucket: [557058:e7a9f9a5-3ea8-4154-97d2-10446425dce3](https://bitbucket.org/557058:e7a9f9a5-3ea8-4154-97d2-10446425dce…
-
```
In polish postfix expressions it is required to partly (or fully) evaluate
expression variables - replace variables with their values (for example
replace $2 variable with its value equal to 3.1…