Julie
Julie
The problem scales as the cursor moves horizontally along the terminal, getting a little bit bigger each character. After testing all the font options in this repo, the cursor will...
I've recently re-written a very simple toy bot from Discord.py to Serenity in order to learn the framework for the future and maybe make it a bit more efficient, however...
Hey! I've gone and dockerized the binary, as well as provided a docker compose to demonstrate how to run it. Right now, it just mounts in a directory to serve...
**Describe the bug** The default websocket port in the esp32 client firmware is 80, should be setup to use the same port as the ping. https://github.com/OpenInterpreter/01/blob/f9cc6bb66517991982cac0f9c05657e686eefb90/software/source/clients/esp32/src/client/client.ino#L671 I'm working on adding...
closes #122, uses dynamic port instead of port 80
Hello, I'm currently stuck trying to figure out how I can get resource use statistics from an SRL container. On my host, every other docker container returns stats to both...
Just checking on the status of future ARM support for this crate - any idea if it'll be possible? Thanks!!
This is handled in the `run_test` function in the `DiscordBot` class, but the `stop_error` bool is never implemented by any tests. See below for it's current implementation, it basically suppresses...
This is an important part of most testing libraries, so we should find a way to do it too! I want to plan how we will do this for a...