hequn
hequn
index action have Read permission will be OK, or all readonly properties will be omitted.
### Zig Version 0.10.0-dev.4185+9c2fb6e18 ### Steps to Reproduce ```zig const std = @import("std"); test "sentinel slice zeroes" { const S = struct { ss: [:0]const u8, }; var a: S...
### Zig Version 0.11.0-dev.1783+436e99d13 ### Steps to Reproduce and Observed Behavior ``` test "resolve address" { const allocator = std.testing.allocator; const port = 3478; _ = try std.net.getAddressList(allocator, "ziglang.org", port);...
It seems like the original code of setsockopt is not effective because i catch the EINVAL branch when uncomment this code, it should call setsockopt before the bind call. This...
Resolve #4501
This is an attemp to simplify the SeekableStream interface, this is the kick start part of the try, request for advice. This pull request managed to use the conventional lseek...