Stevie Hryciw

Results 37 comments of Stevie Hryciw

@mikdusan It does not! Good idea to test by using an HTTP client directly. Error output: ``` error: ConnectionFailed /home/hryx/lib/std/net.zig:45:9: 0x46a95a in parseIp (main) return error.InvalidIPAddressFormat; ^ /home/hryx/lib/std/net.zig:75:29: 0x46a549 in...

I fixed the issue on my machine. I'll report what I found in case it helps @leap0x7b or others, but I'm left to speculate about the original root cause. The...

On 0.12.0-dev.5+fc6e57568 (macOS x64_64) I see a out-of-bounds panic instead of an error: ``` ---- info: got 8192 bytes info: got 8192 bytes info: got 8192 bytes thread 4669890 panic:...

The above commands work for me with `Signature and comment signature verified`. I'm not sure what happened exactly, maybe it was an incompletely downloaded file or a temporary server error...

Quick demo of the whole building -> linking -> loading flow, in case it helps. thing.zig: ```zig // Minimal subset of the Lua C API const Lua = opaque {...

I've added some more detail to the description, although I'm mad fuzzy on the overall value now. I don't have much experience in this area and would love if there...

> Also, I haven't found anywhere a solid link between `.so` and `MH_BUNDLE`. That is true. To clarify, my main data points are the Lua thing and Wikipedia, from which...