kelbon

Results 33 issues of kelbon

Is my understanding is correct, that if seastar::with_timeout used on coroutine and when timeout exception happens coroutine is just resumed, while operations not canceled, for example awaiting on boost::asio *something*...

Every time when i create file like: mydir/string.hpp mydir/basic.hpp ... etc file names which are possibly predefined by clangd everything breaks: ![image](https://github.com/user-attachments/assets/01dfeaf6-9615-4d3c-ab95-32ae1625d4df) And its fixed next moment after renaming file...

Do library provide interface to serialize structs into json string without creating a json value? As i see, serialization requires json value

```cpp // Offset tests to ensure commonly accessed data is on the first cache line. const int cache_line_size = 64; static_assert(offsetof(State, error_occurred_)

I'd like to propose that CMake officially includes CPM as a built-in module, similar to how FetchContent is included. This would allow users to simply write include(CPM) in their CMake...

It is not clear from the RFC (https://www.rfc-editor.org/rfc/rfc9113.html#name-goaway) what exactly is the last stream ID that the client should send during NO_ERROR shutdown. If SERVER_PUSH is disabled, then the server...

I encountered problem: when one dependency defines 'Boost' as a dependency with some required components, and later a second library downloads a package with same dependency name 'Boost', but with...

I dont see much reasons to have source location on each function as default arguments. Json is a hot path of many apps, performance is critical here, why there are...

Test should send HEADERS frame with length > MAX_FRAME_SIZE of server. Instead, it ignores server settings and sends value bigger than 16,384 (i think its from here https://www.rfc-editor.org/rfc/rfc9113.html#section-4.1-4.2.1) In this...