tripleslash
tripleslash
I'm getting a crash on application exit on Visual Studio 2022 compiler because drogon::HttpAppFrameworkImpl destructor is not properly cleaning up objects. It is using something that relies on EventLoop after...
## Expected Behavior Runtime injector does not allow binding to lambda callbacks ## Actual Behavior ## Steps to Reproduce the Problem If you wrap the following code in a runtime_injector...
## Expected Behavior Runtime injector with boost::di::extension::session should behave the same as the compile time injector ## Actual Behavior Runtime injector creates the object with deduce scope. ## Steps to...
Hello, I've just built BlackBone from the latest master (0072fba51c81aec5c6f56b7a7705377fe2f785d1 at the time of writing) using Visual Studio 2019 and the WDK for Windows 10 1903 (Build 18362.295). The build...
When a HTTPs response with a large content body is sent, then not all bytes will be transferred and the connection will hang indefinitely until it reaches a timeout. Example...
Currently the handler invoked by HttpResponse::newStreamResponse does not pass in a callback or allow a coroutine task to call the response callback. It directly expects me to write to the...
### Environment - OS and Version: Windows 11 22H2 22621.2428 - VS Code Version: 1.85.1 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2 x64 - C/C++ Extension Version: v1.18.5 ### Bug Summary and Steps to Reproduce Bug...
A common use case with command line parsing libraries is to load startup configuration parameters that were not passed on the command line from a ".env" file (simple key- value...
You `set_package_preload` function has no protection against possible errors, would it be possible to add these? https://github.com/Oberon00/luabind/blob/master/src/set_package_preload.cpp