-
I had an old installation of Evernode on my Ubuntu 20.04 server. I had some problem with reputation so I decided for a completely new fresh installation. Everything was fine during account migration, …
-
A test failed on a tracked branch
```
JestAssertionError: expect(received).toEqual(expected) // deep equality
Expected: "2024-09-11T18:05:33.581Z"
Received: "2024-09-11T18:05:33.582Z"
at Context…
-
A test failed on a tracked branch
```
JestAssertionError: expect(received).toEqual(expected) // deep equality
Expected: "2024-09-13T21:55:08.819Z"
Received: "2024-09-13T21:55:08.820Z"
at Context…
-
The Checker has some remaining issues in the backlog that need to be resolved as efficiently as possible. See [Bug](https://github.com/IBMa/equal-access/issues/1986) Epic for new issue that came in fr…
-
### Description of the bug
Some of our ID comparisons are not case-sensitive, making it possible to create duplicated IDs using different cases.
I suggest fixing them by using something like `.loc…
-
### Summary
We've been working on an effort to move our FTR tests from being run in trial license (an elevated license) to basic license/essentials tier. Tests in the elevated license folder should…
-
Remove references to deprecated v1 Android embedding
To ensure this plugin will work with users running the next stable version of Flutter remove references to the v1 embedding.
The v1 embeddin…
-
```bash
root@dirt-n745wu:/home/dirt/geneva# python3.6 engine.py
/usr/local/lib/python3.6/site-packages/scapy/config.py:384: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the P…
-
The `MV_EXPAND` command is in preview and was added to ES|QL for 8.11 (https://www.elastic.co/guide/en/elasticsearch/reference/8.15/esql-commands.html#esql-mv_expand). This command takes a multi-value…
-
### Description
With the introduction of per agg filters (#113735) there are a number of optimizations we can introduce:
- [ ] evaluate filters only once
```
STATS c = count(*) WHERE a > 1,
…