aleloi

Results 7 comments of aleloi

Thanks for the reply! I followed some documentation to put `test -r $HOME/.opam/opam-init/init.sh && . $HOME/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true` in .bashrc, but that only changes path for...

Noob question: do I have to put SDL.zig in a local subfolder in my project and use a build.zig file like in the README.md, or can I use the ZON...

I've noticed the same thing. I made a PR that changes the build script in README.md that solves it for me on Zig 0.13. https://github.com/ikskuh/SDL.zig/pull/192

> Hi @aleloi I tried to downgrade my version of airflow but I can't get this resource to work. Do you have any provider / airflow versions that works together?...

I tried to build the [example in the 0.13 language docs for Mixing Object Files](https://ziglang.org/documentation/0.13.0/#toc-Mixing-Object-Files) with zig-0.13. It doesn't build because the headers are not in the include path in...

Don't know if it's related but I haven't been able to get any C headers out from zig - there is an [example in the 0.13 language docs](https://github.com/ziglang/zig/issues/18497#issuecomment-2252162626) that doesn't...