Tom Kornack

Results 3 issues of Tom Kornack

Arbitrary baud rates—in particular 460800—are available on macOS using a special IOKit call. Kindly consider a special case ioctl call for them. Here is what pyserial does: ``` IOSSIOSPEED =...

The html generated from markdown is exceptionally clean, with the exception of the code blocks, which have a fixed styling like this: ``` ans = 42; ``` It would be...

bug

Looks like a floating point error. ``` WARNING:axibot.svg:This document does not specify physical units. Auto-scaling it to fit the drawing area. AssertionError: SVG width of 11.000000000000002 must be

bug