-
Given an input of `{"x": "abc", "y": "11.3.0"}`, I expect these two rules to behave the same:
- `y gt 11.1.0-0 and not(x IN ["cde","fgh"])`
- `not(x IN ["cde","fgh"]) and y gt 11.1.0-0`
But the…
-
### Describe the issue
As discussed in https://github.com/aeon-toolkit/aeon/pull/2118#discussion_r1796538246 and Slack, our current testing framework checks that every estimator class has an implemen…
-
In the example bellow, I'm only testing different combinations of keys for a multi-write transaction commit. the target storage is `MemFlash` and I'm only testing for code execution without panics.
…
-
### 1. Minimal reproduce step (Required)
```sql
select 'abc' in ( select 0 ) as c1;
select 'abc' in ( select 0 union all ( select cast(null as char)) ) as c2;
select 'abc' in ( select 0 union all…
-
### What happens?
When importing JSON and CSV files. A JSON import automatically converts UUID strings to lowercase. Yet when importing CSV files, the string format is honoured.
### To Reproduce…
-
May I ask why the change, approved in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5664, was reverted? Vararg slice was allocated once and used 2/multiple times. Now it is allocated…
-
### What happens?
This might technically be an Enhancement Request, but since
read_csv() understands '/dev/stdin' and read_text() appears not to,
it certainly seems more like a bug.
```
$ echo…
-
### What happened?
Tests are [failing](https://github.com/apache/beam/actions/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml?query=branch%3Amaster+is%3Acompleted) after #32757 was merged
Failing t…
-
### Current Behavior
Errors raised from within NR flows do not propagate. This is a bad idea when running a test suite.
The effect is that e.g. in the `node-red-nodes` tree, `npr mocha FILE` eithe…
-
I attempted to add a custom function to generate group header text (as documented [here ](https://www.tabulator.info/docs/6.3/group#setup-headers)on the tabulator documentation), but neither setting t…