Jeff Anderson
Jeff Anderson
### Zig Version 0.14.0-dev.66+1fdf13a14 ### Steps to Reproduce and Observed Output this test outputs the following when not run with sudo: ``` error: 'main.test.socket permissions error' failed: unexpected errno: 1...
### Zig Version 0.14.0-dev.66+1fdf13a14 ### Steps to Reproduce and Observed Behavior go to the lang ref https://ziglang.org/documentation/master/ click `0.13.0` https://ziglang.org/documentation/0.13.0/ and observe that `master` cannot be clicked to go back...
intended to close #12960 successor to https://github.com/ziglang/zig/pull/21562 **Summary** This PR adds support for packed structs in `std.io.Reader` and `std.io.Writer`. **Some rationale:** 1. I chose to not read/write padding bytes of...
Given this example code: ```zig /// This function does nothing pub fn foo() void {} ``` Actual behavior: If cursor is placed in a single doc comment line, doing `ctrl+/`...
Should "integration" tests be added that do work against a real Redis / Valkey instance? Such tests could be run in CI. The redis binary could be fetched with the...
I am on a cm4 booting from emmc flash with raspberry pi OS 64 bit. I attempt to install real-time kernel with: ``` sudo SKIP_BOOTLOADER=1 WANT_64BIT_RT=1 rpi-update *** Raspberry Pi...
Does not fully close https://github.com/ziglang/zig/issues/24361 (this is only a first, simple change set) Summary: * where the type of the operands allows, change `expectEqual(x, y)` to `expect(x == y)` for...
### Describe the feature I was trying to query the liveliness of some advanced subscribers. I was not aware that `**` would not match the tokens and instead I needed...
Thanks for making this awesome tool! I love how simple it is to install and use. What do you think about a feature like this? 1. when `zigup` is run...
### Describe the bug The zenoh-c docs says `z_session_drop` "closes and invalidates the session", but it does not close the session. I observe subscriber callbacks being retained and still called...