Dave Johnson
Dave Johnson
`aioserial` is an excellent package for writing and reading data from serial ports. Thanks for creating it! I have a serial device I am communicating with that can receive commands...
Hi Steven, I experienced an issue with my globally installed npm packages getting wiped. Here are the steps to reproduce on a Pi Zero: 1. Install Node using an install...
Per the [TOML local time spec](https://github.com/toml-lang/toml#local-time), the following expressions should parse: ```ini lt1 = 07:32:00 lt2 = 00:32:00.999999 ``` I receive the following error: ``` throw peg$buildException(null, peg$maxFailExpected, peg$maxFailPos); ^...
- Changed verbiage from `master` to `main` to ensure the solutions will work for people since the verbiage was updated on the Learn Git Branching game. - Added link in...
The time display was incorrectly for `work_remaining` and `break_remaining` showing seconds without leading zeros when they were less than 10 (e.g., 21:7 instead of 21:07). This commit implements padding to...