ddivins
ddivins
### Description of Issue/Question When running snap and not providing username or password in config.yml or command line, snap will prompt for username and then error out with exceptions and...
Issue #400 fix, line 669 remove "and action None" from else statement to allow password prompt to appear Note, I do not know if this has implications outside my scenarios...
gpslocak-timebeat.py reports V when I get ns level adjustments: Apr 23 23:57:48 cm4-timebeat timebeat[518]: adj,eth0,-2ns,0s,1106 Fix: Line 34 From: ```python if any(x in delta for x in ('ms', 'µs')): ```...