Dustin Spicuzza
Dustin Spicuzza
Currently pyfrc writes a deploy.json to the rio, and the information is printed out when the robot starts (and there's an API for accessing it). Seems like it would be...
pipewire is default on fedora now, and of course it's audio sink is slightly different... Interestingly enough, on my desktop this isn't needed, but on my laptop audio device selection...
We can do multiple languages of code like this: ```rst .. tab-set-code:: .. code-block:: python ``` Would be useful to be able to specify notes in the same way instead...
I've created a consumer and a producer, and had to jump through some hoops to get the process to close. I ended up having to: - Create a NIOEventLoopGroup, and...
The current version of devstack fails to run as root. I fixed it by doing the following in the bootstrap script: ``` time (sudo -u vagrant $SRC_DIR/stack.sh) ```
The bus markers move, but the stop prediction box doesn't update automatically.
When uploading a file to a remote directory, the file is incomplete until finished. If pushed to a directory with a webserver, clients could download partial files and be very...