Tristan Ross
Tristan Ross
Fixes #93
My code: https://github.com/PipeletCloud/workflow-runner/blob/60f81af51843e18e0ba3975437110b01b2635bb7/src/main.zig#L81-L87 It looks like when zig-yaml gets to here: https://github.com/kubkon/zig-yaml/blob/1a0cc538ecfffcaae363512afee5b27cf7d1ac8b/src/Yaml.zig#L178-L181 `field_name` is not deallocated after it is no longer used. Similar problem here: https://github.com/kubkon/zig-yaml/blob/1a0cc538ecfffcaae363512afee5b27cf7d1ac8b/src/Yaml.zig#L104 ``` error(gpa): memory address...
### Feature Description Related: https://github.com/element-hq/element-web/issues/4426 Strip EXIF metadata to prevent the possibility of bad actors from attempting to dox an individual. ### Rationale Privacy ### Mockup _No response_ ### Additional...
Fixes `wasm32-wasi`. Ran into a few issues but the tests run now: 1. `build.zig` was throwing an error because the libs are not emitted on wasm 2. Type errors and...
I'm faced with a problem where `loop.stop()` before a `thread.join()` does not complete. This means, the event loop inside `thread` is still running. I need to gracefully shut down. I'm...
Adds a method to bypass the GitHub API, useful if you add commits to a Flake that you don't want to push to GitHub but want in FlakeHub. ## Summary...
``` libhwy> 0 of 1 size 8 0.000000 -> 0 libhwy> 0 of 1 size 8 0 -> 0.000000 libhwy> 0 of 3 size 8 0.000000 -> 0 libhwy> 1...
``` [info] ********************************************************************************************** [info] [Warning] Elaboration failed (0 error). [info] Spinal will restart with scala trace to help you to find the problem. [info] ********************************************************************************************** [info] [Progress] at 0.592 :...
``` libarchive> Failing tests: libarchive> 426: test_read_format_xar (15 failures) libarchive> 611: test_write_format_mtree_digests_no_digests_set_no_data (4 failures) libarchive> 612: test_write_format_mtree_digests_no_digests_set_empty_data (4 failures) libarchive> 613: test_write_format_mtree_digests_no_digests_set_non_empty_data (4 failures) libarchive> 614: test_write_format_mtree_digests_md5_digest_set_no_data (3 failures) libarchive>...