Elara Elara6331
Elara6331 pushed to master at Elara6331/nomad 2022-11-19 23:54:05 +00:00
13eebe5647 Add 'woodpecker-ci/README.md'
Elara6331 pushed to master at Elara6331/nomad 2022-11-19 23:47:39 +00:00
a018a88d45 Add woodpecker agent job file
Elara6331 pushed to master at Elara6331/nomad 2022-11-19 23:46:36 +00:00
0e244358ce Add woodpecker job file
Elara6331 pushed to master at Elara6331/itd 2022-11-19 23:38:31 +00:00
b6c47b7383 Remove gitm config as it's no longer needed
Elara6331 commented on pull request Elara6331/infinitime#4 2022-11-19 23:33:09 +00:00
added local time characteristic

@cybuzuma If you have time, could you please resolve the conflicts? If not, I can do it myself as well.

Elara6331 commented on pull request Elara6331/itd#40 2022-11-19 23:31:36 +00:00
update infinitime dependency

Thanks for the PR

Elara6331 closed pull request Elara6331/itd#40 2022-11-19 23:31:36 +00:00
update infinitime dependency
Elara6331 commented on pull request Elara6331/itd#40 2022-11-19 23:30:20 +00:00
update infinitime dependency

Ah, I just did this literally a minute ago as well as changed the goreleaser config to remove the pulseaudio dependencies

Elara6331 pushed to master at Elara6331/itd 2022-11-19 23:29:13 +00:00
e97c1fef48 Remove pactl dependencies (Arsen6331/infinitime#6)
Elara6331 merged pull request Elara6331/infinitime#6 2022-11-19 22:46:13 +00:00
replace pactl based volume control with mpris based volume control
Elara6331 pushed to master at Elara6331/infinitime 2022-11-19 22:46:13 +00:00
0c369dc5df Merge pull request 'replace pactl based volume control with mpris based volume control' (#6) from FloralExMachina/infinitime:master into master
5fb5cf4b92 removed pulseaudio-utils and libpulse dependencies
76809726d5 replace pactl based volume control with mpris based volume control
Compare 3 commits »
Elara6331 commented on pull request Elara6331/infinitime#6 2022-11-19 22:46:02 +00:00
replace pactl based volume control with mpris based volume control

Thanks, merging now

Elara6331 commented on pull request Elara6331/infinitime#6 2022-11-19 22:24:23 +00:00
replace pactl based volume control with mpris based volume control

This is a good idea, thanks. Can you also update the README and remove the pulseaudio-utils and libpulse dependencies? Thank you.

Elara6331 commented on issue Elara6331/itd#36 2022-11-19 04:11:20 +00:00
Upgrade fails if zip file is compressed

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.

Elara6331 commented on issue Elara6331/itd#36 2022-11-19 04:08:43 +00:00
Upgrade fails if zip file is compressed

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.

Elara6331 pushed to master at Elara6331/itd 2022-11-19 04:04:32 +00:00
3f2bccc40c Merge pull request 'update itctl usage screen to current output' (#39) from mashuptwice/itd:master into master
d80230b9d4 update itctl usage screen to current output
Compare 2 commits »
Elara6331 merged pull request Elara6331/itd#39 2022-11-19 04:04:31 +00:00
update itctl usage screen to current output
Elara6331 commented on pull request Elara6331/itd#39 2022-11-19 04:04:16 +00:00
update itctl usage screen to current output

Ah, yes, thanks

Elara6331 commented on issue Elara6331/itd#36 2022-11-19 01:40:40 +00:00
Upgrade fails if zip file is compressed

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…

Elara6331 commented on issue Elara6331/itd#36 2022-11-19 01:02:58 +00:00
Upgrade fails if zip file is compressed

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…