Sebastian
Sebastian
Thanks for the PR, this looks great! Currently working on some frontend changes, so I'll get back to you on when this can be pushed onto the site.
Hi, the frontend changes are now complete however this PR will need some reworking to fit the new layout of the project. Here's the docs for how to add french...
While I agree that zig is in need of something to accommodate for writing linear algebra code, I don't think this is it. While this allows for the most common...
Hi, this area of the site I think has gotten the most out of date, planning on reworking this in the coming days/weeks
Awesome work!
Closed in e751f6c4bf215461a18382961cdd28057ddf3b3a
Hi Jonathan, this example should probably be using `b.path("src/main.zig")`. LazyPath changed somewhat recently; this code unfortunately isn't covered by testing yet so it was missed. I'll have a look at...
Not sure exactly what you mean here - [32]u8 is not a slice type. I think what you want is coverage of bitcast and ptrcast?
Apologies this wasn't addressed sooner - yes this was done in #269
>one can have two CRTs running side by side within one process >Even CRT versions may be different. Very interesting, also disturbing