Trammell Hudson
Trammell Hudson
The hour LEDs are the wrong way around in the circuit painter output; the cathode and anode needs to be swapped.
It seems that after a successful plot, the carriage returns to home and executes a pen down. Is there a way to turn this off so that it doesn't mark...
The version of node.js mentioned in the README is very old -- 12.x has been deprecated for a while and the current recommended one is 20.5 (LTS is 18.17). In...
This patch adds documentation for starting saxi as a systemd unit on the Raspberry Pi so that it runs at boot time and will restart if the process exits for...
It would be nice to be able to pause the plot via the pause button on the EBB. Another useful option would be to start the plot Paused so that...
Building fails for the `unix` port when adding the `glob` package to the variant manifest with: ``` require("glob", unix_ffi=True) ``` `glob`'s manifest requires `os-path`, without `unix_ffi`, and that in turns...
 For toots with media attachments, it might be interesting to use [sixels](https://en.wikipedia.org/wiki/Sixel) or [timg](https://github.com/hzeller/timg) to render them in the reader pane with unicode blocks.
This is another ice40up5k, similar to the FOMU, so I copied it as an example.
It seems that `dnsmasq` will not reply correctly to a DCHP Request packet that does not have option 50 (Address Request) included. According to (this DHCP overview)[https://learn.microsoft.com/en-us/windows-server/troubleshoot/dynamic-host-configuration-protocol-basics], filling in only...
The various sockets are not closed when the `dhcppython.client.DHCPClient` is deleted, which leads to future `DCHPClient` objects not being able to obtain leases since the replies are delivered to the...