-
What's wrong, and with what software version?
---------------------------------------------
**Operating System:** Arch linux, up to date
**CEmu version:** latest git
**Describe your issue:**
…
-
By @koraa in https://github.com/stv0g/go-rosenpass/issues/27#issuecomment-1604344997
**Severity: 3 (Dangerous):** No zeroization is attempted.
https://github.com/golang/go/issues/21865
-
Hi, I found that when writing and reading binary tables from a map, the recovered data is always zero value. For example strings are empty "" and numeric values are 0.
This can be easily replicated…
-
### Current Behavior:
We are currently utilising the `RetinaNet` pretrained model which we are then transfer learning onto a custom dataset. In this dataset we have an adapted jittered resize…
-
On Linux, the definitions to pass Unix credentials over sockets via `SCM_CREDENTIALS` like [Ucred](https://pkg.go.dev/golang.org/x/sys/unix#Ucred) are exposed and there are helper functions like [Unix…
-
This [tenet](https://en.wikipedia.org/wiki/Unix_philosophy) is stated as:
> Expect the output of every program to become the input to another, as yet unknown, program. Don't clutter output with ext…
-
Hi,
When I am trying to run jemalloc-ptest, I see below test failures -
test_slab_sizes:../git/test/integration/slab_sizes.c:51: Failed assertion: (slab_size) >= (biggest_slab_seen) --> 4096 < …
-
Assassin Blades Shield now goes down in one shot, rendering closing on ranged targets virtually impossible as the webknight health drops to zero immediately and leaves you uncon, if not dead.
To re…
-
```
#!watchflakes
default
-
by **RickySeltzer**:
var each1 = []byte{'e', 'a', 'c', 'h'}
const each2 = []byte{'e', 'a', 'c', 'h'}
The 'var' is accepted, the 'const' is not. This is a defect in the language spec and
design.
…