Elara Elara6331
Elara6331 pushed to master at Elara6331/itd 2022-11-25 01:36:28 +00:00
73a679d10b Move mpris out of pkg directory and run gofumpt
Elara6331 pushed to master at Elara6331/fyne-xgo-docker 2022-11-25 00:36:22 +00:00
e20671b446 Fix docker hub link
Elara6331 pushed to master at Elara6331/fyne-xgo-docker 2022-11-25 00:35:56 +00:00
51a38abeb4 Mention docker hub image in README
Elara6331 created branch master in Elara6331/fyne-xgo-docker 2022-11-25 00:34:26 +00:00
Elara6331 pushed to master at Elara6331/fyne-xgo-docker 2022-11-25 00:34:26 +00:00
71d1912213 Initial Commit
Elara6331 created repository Elara6331/fyne-xgo-docker 2022-11-25 00:34:02 +00:00
Elara6331 pushed to master at Elara6331/itd 2022-11-25 00:24:47 +00:00
d475c6905e Fix goreleaser aur config
Elara6331 pushed to master at Elara6331/itd 2022-11-25 00:23:06 +00:00
0e6e3848d7 Add archlinux package to goreleaser config
ceff536e92 Add itgui.desktop to goreleaser and fix itgui permissions
Compare 2 commits »
Elara6331 pushed to master at Elara6331/itd 2022-11-25 00:18:30 +00:00
5e24e8aafa Add itgui.desktop
Elara6331 pushed to master at Elara6331/itd 2022-11-25 00:16:28 +00:00
f4da64a8dd Prepare for itgui cross-compilation
Elara6331 commented on issue Elara6331/itd#42 2022-11-23 22:49:58 +00:00
sometimes authentication fails and passcode gets treated as shell input

What happens is BlueZ returns an error before ITD even reads the code from stdin, so it gets left on there and zsh reads that after ITD exists.

Elara6331 commented on issue Elara6331/itd#42 2022-11-23 22:47:19 +00:00
sometimes authentication fails and passcode gets treated as shell input

ITD's errors all follow Go's convention and start with lowercase letters. If you se capitalized error messages, they came from BlueZ, not ITD.

Elara6331 commented on issue Elara6331/itd#36 2022-11-23 21:50:38 +00:00
Upgrade fails if zip file is compressed

Yeah, I'm getting 9508 from ITD, and that matches the manifest.

For sha256, I get 31178a8f0113e48d2491c6d3581d8b7f0295ea6c5539a8bd573d197e11e1c32d from ITD, and the same thing from running…

Elara6331 commented on issue Elara6331/itd#36 2022-11-23 21:47:03 +00:00
Upgrade fails if zip file is compressed

Even sha256 hashes match, so it's definitely not an issue with crc16

Elara6331 commented on issue Elara6331/itd#36 2022-11-23 21:44:23 +00:00
Upgrade fails if zip file is compressed

Alright, I tried implementing the CRC check. It seems to work, but the CRCs match even with the compressed zip straight from Github and zips created with zip -9, which raises the question: Why…

Elara6331 merged pull request Elara6331/infinitime#7 2022-11-22 22:53:36 +00:00
Move Mpris control into itd
Elara6331 pushed to master at Elara6331/infinitime 2022-11-22 22:53:36 +00:00
2da80044b3 Remove MPRIS controls (#7)
Elara6331 commented on pull request Elara6331/infinitime#7 2022-11-22 22:53:05 +00:00
Move Mpris control into itd

Alright, thanks, merging now

Elara6331 pushed to master at lure/lure 2022-11-22 22:49:31 +00:00
a2bd151837 Fix install-completion example
Elara6331 pushed tag v0.0.4 to lure/lure 2022-11-22 20:54:52 +00:00