Rafael Stahl
Rafael Stahl
This does not matter in a one on one conversation, but in a group chat you don't know who sent the message.
I'm on a really weak connection and when I download stuff the messages arrive in batches. Maybe this can be fixed on the side of this plugin, but it could...
When people write a lot in a conversation while I'm offline, I don't get all messages after logging in. It seems to only contain the last 30 messages. It's probably...
Compile the core and all available plugins into a single binary.
The current ones only test performance of the translated code. Something like the following should be fine ``` .global main main: .rept 10000000 nop .endr li a0, 0 ret ```
Make the code compile clean with clang-tidy
By providing a class that quacks like a `beast::websocket::stream`, I was able to make Boost MQTT5 run in browsers via Emscripten. Since that was repeating stuff which is already part...