Meghan Denny

Results 587 comments of Meghan Denny

That info is available here https://github.com/ziglang/zig/releases It is bad practice to tie a release to a date.

the capture is supported on all arms of a switch to get the value that was passed in

https://ziglang.org/news/index.xml this issue can be closed now

Types in Zig have the type `type` and can be used as values just like any other. Through this you can write a function that takes in a type and...

"payload" is the result of a "capture". you can see it in more detail here https://ziglang.org/documentation/master/#Keyword-Reference in the docs for `if`, `while`, `switch`, `for`, `catch`.

it'd be better to add a powershell/batch script for windows because otherwise the python script would need to special case windows regardless

could even make `zig build` call `zig fmt` on the whole directory before running, or otherwise tell them to run it on the whole folder since its likely not the...

its out of scope for an http server