Thomas Zuev

Results 4 issues of Thomas Zuev

Version: 0.8.3-dev Transport: external asio If some connection problems causes internal transport to close connection, callback set in `.set_close_handler` isn't fired. I can see asio printing out errors about connection...

When using clipboard getters/setters on Wayland, I encounter error code 65545. Same code works correctly under X11. **Setup information** DE: KDE Plasma 6.1 GLFW Version: 3.4.0 GLFW is built with...

As far as I see, it seems to be impossible to build asio with flags `ASIO_NO_EXCEPTIONS` and `ASIO_SEPARATE_COMPILATION` as disabling exceptions requires user to provide implementation of template function `asio::detail::throw_exception`:...

After updating glaze from `v2.6.1` to `v3.1.7`, my project no longer compiles because of this error: ```cpp In file included from build/_deps/glaze-src/include/glaze/core/context.hpp:11, from build/_deps/glaze-src/include/glaze/core/common.hpp:15, from build/_deps/glaze-src/include/glaze/core/refl.hpp:6, from build/_deps/glaze-src/include/glaze/json/write.hpp:12, from net/http/message.hpp:10,...

bug