-
### Description
Enhance the variable parsing logic to allow for conditional expressions
Assume:
- strVariable= "String Variable"
- numVariable=10 .
- objVariable = {"key":"value"}
- boolVar…
-
Currently nested expressions are not evaluated, example:
```
a:: `= 1+2`
b:: `= this.a+3`
```
will evaluate to
```
a:: 3
b:: = = 1+23
```
Ideally the reference to *this.a* should be e…
-
Hello,
I will show you two configurations, one that works, one that doesn't, and maybe you understand what is wrong.
If it's not a bug, this requires at least clear documentation warnings on condi…
-
While I understand the method presented [here](https://jsdokken.com/FEniCS-workshop/src/deep_dive/expressions.html#) provides enough flexibility and is very robust for parallel runs, it is a bit cumbe…
-
For example if I type menuOn: do it
it would be good to have something else that a crappy feedback variable or expression expected -> ....
We should get an error that we can then decide what to d…
-
CPython does constant folding but mypyc doesn't. This can result in performance reduction in compiled code, so it's important to have this working, at least in common cases.
For example, consider t…
-
Collection of potential requirements and use cases:
### Outer join with sparse data structures
- How will we implement A + B where A, B are sparse matrices or vectors:
- This is an outer join…
-
It would be helpful to include support for the [xfp](https://ctan.org/pkg/xfp) package which contains the `\fpeval{...}` command. It has the ability to evaluate floating point expressions. For example…
-
Consider the following binding expression: `{calc:Binding 'MessagesFiltered.Count > 0 ? MessagesFiltered[0] : null'}`
When `MessagesFiltered` is empty, I see in the binding log the message below, w…
kunom updated
3 years ago
-
A (hopefully) complete list of table schema we cannot support:
- No hash sharded index
- No partial Indexes
- If a table contains a virtual computed column, we cannot support:
- A secondary index …