Yonas Yanfa
Yonas Yanfa
The project now lives at https://github.com/simd-lite/simd-json
**Can the issue be reproduced with the latest available release? (y/n)** **Which one is the environment gotify server is running in?** - [ ] Docker - [x] Linux machine -...
``` $ cargo build --release ... Compiling aardwolf-actix v0.1.0 error[E0425]: cannot find value `assets` in this scope --> aardwolf-actix/src/lib.rs:228:49 | 228 | .service(Files::new("/web", assets.web())) | ^^^^^^ not found in this...
#### Description of Problem: Compile fails with error `openscap/src/OVAL/probes/unix/interface_probe.c:301:38: error: use of undeclared identifier 'IFF_NOGROUP' if (ifa->ifa_flags & IFF_NOGROUP)` #### OpenSCAP Version: 80daf96 #### Operating System & Version: FreeBSD 14.0...
This PR updates dependencies and switches the HashMap implementation from [cornelk/hashmap](https://github.com/cornelk/hashmap) to [dustinxie/lockfree](https://github.com/dustinxie/lockfree).
``` $ ./security.sh ... Results: Golang errors in file: [/memfs/git/keys/keyring/keyring.go]: > [line 13 : column 9] - undeclared name: newSystem [/memfs/git/keys/saltpack/sign.go:281] - G304 (CWE-22): Potential file inclusion via variable (Confidence:...
Reopening #35 This should retry forever: > immortal -n -l /dev/stdout sh -c 'echo hello ; sleep 2 ; exit 1' This should never retry: > immortal -r 3 -n...
Replace BLAKE-2b with BLAKE-3. [BLAKE-3 is much faster than BLAKE-2.](https://peergos.org/posts/blake3)
## What is the problem your feature solves, or the need it fulfills? Use rustls instead of OpenSSL. ## Describe the solution you'd like Either fully replace OpenSSl dependency with...
Define `group_id` in the pingora-core's server daemon on FreeBSD. Fixes #12