fleimgruber
fleimgruber
Thanks for checking back and your explanations! > Is it possible for you to use a commit hash? The build system requires SemVer to which the hash can be optionally...
> So have your versioning and licensing issues been solved? Yes, thanks, I will work with the LICENSE file you mentioned and with a 0.1.0 version. My plan is to...
I decided to not do the integration mentioned in https://github.com/tbvdm/sigbak/issues/14#issuecomment-2388219653, but maintain the build.zig script in my fork. This means that the LICENSE and version situation is ok as-is and...
No worries. Thanks for checking back and the offer, will do.
With `(corfu +dabbrev +icons +orderless)` the current behaviour is that only dabbrev completion candidates are shown, no Python process aware completion candidates. Happy to assist in debugging and manual testing.
Using the same compiler and flags I can compile the example program without error. Did you mean to also include your compat layer?
Thanks for consideration. > Or just build sigbak in Cygwin or WSL. As mentioned in https://github.com/tbvdm/sigbak/issues/14#issue-2541099215 my goal is to add a way of building with the Zig Build System....
Yes, I looked into it a bit more and found that MSYS2 indeed has the Cygwin POSIX emulation layer, but there is no package for protobuf-c. MinGW64 and the other...