thielj
thielj
@clintkitson, I agree with @agilezebra: If the mount target already exists inside the container, the permissions or ownership must not be touched. Simply remove the call to `os.Chmod` (and again,...
@MikePerreman, were you able to build this - and if so, would you be able to make your binaries available, please?
+1 - 4800 is commonly used for NMEA and GPS receivers
Hi @SRGDamia1, wouldn't this just be the following or am I missing something? ``` case 4800: txBitWidth = TICKS_PER_BIT_9600 > 3; ```
Why not use micros() instead of accessing TCNT0 directly? It keeps track of timer overflows and should be safe to use at the beginning of the interrupt handler.
Even if you simplify micros and eliminate all costly math? ``` // to be called once at start of interrupt handler inline uint16_t ticks() { uint8_t m = (uint8_t) timer0_overflow_count;...
I can't find the link but there was a recommendation to get rid of the` -and ( Get-Module -ListAvailable Az.Accounts )` clause to reduce cold start delays
Thanks. As /metrics can disclose a lot of private details, the documentation and GUI should be *very* clear and explicit about this. I would suggest to allow disabling user/GUI auth...
@CommanderStorm This, too: https://github.com/louislam/uptime-kuma/wiki/API-Keys
Oh well, I tried `¯\_(ツ)_/¯`