-
Hello,
Couldn't find anything about this - but is there a support for named optional arguments in function calls?
Here is something I'm trying to do:
```
public class Program
{
public class C…
-
Idea for the future.
Getting `"'2020-10-10' + 1"`, and `". < /path/to/date"`, to work versus requiring all date and datetime _node values_ and _strings_ to be explicitly wrapped in `date()` affects…
-
There's probably a missing nullable type check along with correct cast handling in the Linq Expression tree.
```
var evaluator = new Evaluator(
"return someNumber");
evaluator.SetVariable(
…
-
### Peer Review
**Project downloaded**: 1.10 at 12.00
---
#### General Feedback:
Your project is well-structured and shows a good understanding of **shunting yard** algorithm with usage of tok…
-
The code
```
var evaluator = new ExpressionEvaluator()
{
OptionForceIntegerNumbersEvaluationsAsDoubleByDefault = true
};
string expression = "Math.Round(1,0,MidpointRounding.AwayFromZero)"…
-
```C++
template requires ([] -> Ts {}()) void f();
template void f();
```
Crashes with:
```
test.cc:1:28: error: declaration type contains unexpanded parameter pack 'Ts'
1 | template re…
-
### Description
I wanted to create a REST API based on UserAdmin service wsdl.
### Steps to Reproduce
1. Enable admin services.
2. Choose 'Expose a SOAP Service as a REST API ', select 'Genera…
-
### Description
Seeing a crash compiling [AsyncExtensions](https://github.com/lhoward/AsyncExtensions/tree/linux) with Swift 6.0.2 ~~on Android~~.
OK, interestingly I see this targeting macOS wi…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR49842](https://bugs.llvm.org/show_bug.cgi?id=49842) |
| Status | CONFIRMED |
| Importance | P enha…
-
Had an alert in SQLite set as below:
```
> select data from alert_rule;
[{"refId":"A","queryType":"instant","relativeTimeRange":{"from":300,"to":0},"datasourceUid":"loki","model":{"datasource":{"…