Dave Johnson

Results 3 issues of 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...

question

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...

wontfix

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); ^...