-
**Describe the issue**
When using a switch expression that is immediately followed by a method on the return result (such as `.then` when the expression returns `Future`s, parenthesis are required, b…
-
The syntax for return expressions is very limited. Below are two tiny examples.
Issue #8 has a bigger example where the choreography ends with an if/else. It wants to return a value in one branch (…
bennn updated
3 months ago
-
### What happened?
After upgrading from v3.2.6 to v3.4.22, when using a table component that is lazy loaded, the browser developer console shows warnings and errors, whereas before the upgrade, it di…
-
- Import [form.txt](https://github.com/user-attachments/files/17106792/form.txt).
- Open the Control Settings for the 3rd control, Databound with search.
- Set Open selection to Formula, type `$is-o…
-
Hi,
Consider this example code:
```cpp
struct Base
{};
int foo(Base&);
struct Derived : Base
{
auto f() & -> decltype(foo(static_cast(*this)))
{
return foo(static_c…
-
지원자: 없음
-
This would avoid ugly workarounds with fields / functions declared outside of a record. See go / python / (c++???)
-
Hi. I am trying to upgrade my project with the latest version of NCalc, the One with Parlot. I am struggling with custom grammar modifications that I had previously done in Antlr. I would like to know…
-
In Parser there are some shift/reduce conflicts in conditional expressions, declaration and expression CFGs. These are expected to be resolved in this issue.
-
**Is your feature request related to a problem? Please describe.**
In our current implementation of searching, users are currently limited to searching for a string.
**Describe the solution you'…