Anders Wind
Anders Wind
Maybe im doing something wrong, but I cannot seem to make it work: https://godbolt.org/z/Ehs3zbcbP The wording in the issue could maybe be clearer: I have the workaround using a templated...
> I'm curious, why not just Yea it was just a minimal example for reproducing the compiler error > I can imagine testing compile time size containers could be an...
Is it possible to get this merged?
clang-19 fails at compiling grpc on (1.60.0, vcpkg master) (due to a compiler warning) This is however fixed (at least) in grpc 1.65.4 (see https://github.com/grpc/grpc/pull/36805). We would greatly appreciate an...
We soon need to provide binaries with python 3.12 as a dependency. Is there anything blocking us from upgrading to 3.12?
Yes we are using the above in production and then ``` auto buffer = std::string{"My already existing data."}; auto offset_buffer = AppendStringBuffer {.buffer = buffer, .offset = buffer.size()}; auto ec...
Even after overwriting all the log functions I still with the examples from test/log I still get a print: `NOTICE: relation "my_table" already exists, skipping` Perhaps there are still a...
I'm quite sure it's not an exception but I'll try to make a complete example tomorrow 👍 It's from a create table if not exists statement