lain3d
lain3d
Just as a test I've done this: ``` struct membuf : std::streambuf { membuf(char* begin, char* end) { this->setg(begin, begin, end); } }; class FileFactory final : public alure::FileIOFactory {...
Hi, I don't expect this to get merged in its current state, it is only tested for my usecase where I needed to only conditionally add types to the main...
## Description ## Steps to Reproduce On MacOS we can see this when clicking the top bar where the "Listening on ...." is: This does not seem to work on...