The SSH connection is to the server on my local network. I didn't want to expose it to prevent my server from being open to the internet.
If you want to run ITD with your modified infinitime
library, you can add replace go.arsenm.dev/infinitime => path/to/infinitime
into the go.mod
file.
Considering the painfully slow upgrade procedure on my machine and considering that infinitime already does that at the end of the transfer by itself, I don't see the benefit of a CRC check at…
The CRC goes to the watch as part of the init packet. The watch errors if the CRC doesn't match once it receives the firmware. If I were to check the CRC myself, I'd have to read from the file…
Yes, you understand correctly. The problem is that actual extraction of the files is handled by Go's archive/zip
package, not by any of my code. All I do is…
Can you try repackaging it with compression but on your machine directly and see if it fails then? I am wondering if it's something specific to Github's zips.
Both of the configs are working for me. I get no notifications on reconnect and the transliteration is working as expected. I'm not sure what's causing this on your computer.