-
What about the other memcmp's we have in actual production code? (bip340 tag, tweak add check, scratch impl, sha256 selftest) does this bug affect those too?
_Originally posted by @elichai in https…
-
## Environment
Initially discovered this issue on staging ([slack thread](https://neondb.slack.com/archives/C04DGM6SMTM/p1731936445528689?thread_ts=1731669950.828649&cid=C04DGM6SMTM))
We found a V…
-
Opening this "good first issue" for anyone who wants to improve `uassert` and `urequire`. There are basically three ways to do it:
1. Add missing helpers from https://github.com/stretchr/testify/bl…
-
## Enable GEOS-Chem diagnostics to be archived while GISS-GC runs.
### Background
GISS Model E has monthly diagnostics and sub-daily diagnostics (SUBDD). Both use an intermediate file representa…
-
With tooling section of `.lando.yml` has been set like this, lando crashes:
```yaml
tooling:
pull:
# Disable pulling code, we have git
# description: Pull things except code
# op…
-
Probably will have to be of data type JSON, to easily parse the data for a new class.
-
### User story
As a security officer, in order to ensure only users with verified identities have access to controlled or sensitive information, I would like to restrict non-government user access, re…
-
- Upon PR merge autodeployment has to be performed in staging server
- Upon code release autodeployment has to be performed in production server.
-
Changes in gitlab workflows are required based on…
-
Hi,
I have a new freescout enviornment, and I installed your model.
The logs show this error (stopping pages from being rendered)
```
[2024-10-24 18:37:27] production.ERROR: SQLSTATE[42883]:…
-
I'd love having a compiler warning and/or analyzer rule to warn about code like:
```
main() async {
print("${5 is String}");
}
```
This code is correct (and the answer is "false"), but it's …