Vincent Rischmann

Results 38 comments of Vincent Rischmann

Pretty sure it's [this issue](https://github.com/ziglang/zig/issues/11878) actually.

This is weird, this linking error happens when building with glibc and not specifying the glibc version with ``` target.setGnuLibCVersion(2, 28, 0); ``` In your reproducer code you have to...

[This](https://sourcegraph.com/github.com/gocql/gocql@db6f35eb602dd0770a7162e0e23e5cfb1cc05b91/-/blob/session.go#L826:17) is always called when executing a query, and looks like the behavior is hard coded. Right now it looks like your best bet would be to modify gocql directly...

I just realised looking at my [CI](https://github.com/vrischmann/zig-sqlite/actions/runs/5169238917/jobs/9311364891#step:5:11) this doesn't happen for all architectures, it looks like only `aarch64` and `riscv64` fail. The same happens with the reproducer above: ``` $...

Hi @greenfork. It's been a while, do you still have this issue ?

Hi, so I think I just encountered the same bug here. I use libcompose to build our apps and when it's run inside Gitlab CI it fails with `inappropriate ioctl...

Hi @danderson. Could you let me know if you need to change anything in the emacs package for this change ? Thank you !

> Thanks for making this change! I can test later today hopefully, it should be an easy fix 🤞 The main thing I have to figure out is how to...

Hey @danderson, any news on your part ? I'm thinking of merging this as is because as far as I understand since there are no query changes necessary it won't...

Hi. I don't have any specific plans to add indent support because I don't need it, but I could look into it someday. As far as I understand to add...