Elara Elara6331
Elara6331 pushed to master at Elara6331/itd 2022-08-14 07:06:02 +00:00
5973290d6c Temporary bandaid fix for #22
Elara6331 commented on issue Elara6331/itd#22 2022-08-14 03:43:06 +00:00
Startup error with bluez 5.65

This issue is being tracked upstream at muka/go-bluetooth#168. I can't do much until support for 5.65 is added.

Elara6331 commented on issue Elara6331/itd#22 2022-08-14 03:41:46 +00:00
Startup error with bluez 5.65

This is most likely the result of a new breaking change in BlueZ. This has happened before. I'll need to update the BlueZ library.

Elara6331 pushed to master at Elara6331/lrpc 2022-08-07 05:53:03 +00:00
7592eae318 Handle requests concurrently
Elara6331 pushed to master at Elara6331/lrpc 2022-08-07 05:49:14 +00:00
d35a16ec64 Remove now useless internal/reflectutil
e02c8bc5ff Marshal/Unmarshal arguments and return values separately to allow struct tags to take effect for each codec
Compare 2 commits »
Elara6331 pushed tag v0.0.6 to Elara6331/itd 2022-07-31 09:41:53 +00:00
Elara6331 released Version 0.0.6 at Elara6331/itd 2022-07-31 09:41:53 +00:00
Elara6331 deleted tag v0.0.6 from Elara6331/itd 2022-07-31 09:41:25 +00:00
Elara6331 pushed to master at Elara6331/itd 2022-07-31 09:41:06 +00:00
19bacf29b2 Fix comment above goroutine code
Elara6331 pushed tag v0.0.6 to Elara6331/itd 2022-07-31 09:40:12 +00:00
Elara6331 released Version 0.0.6 at Elara6331/itd 2022-07-31 09:40:12 +00:00
Elara6331 pushed to master at Elara6331/itd 2022-07-31 09:22:52 +00:00
a78650e526 Fix bug where itctl doesn't exit on SIGINT/SIGTERM
Elara6331 commented on issue Elara6331/itd#17 2022-07-31 09:19:42 +00:00
make fails due to fyne.io/fyne/v2 dependency

This issue hasn't been commented on in a month and I cannot reproduce this, so I will close this issue.

Elara6331 closed issue Elara6331/itd#17 2022-07-31 09:19:42 +00:00
make fails due to fyne.io/fyne/v2 dependency
Elara6331 commented on issue Elara6331/itd#19 2022-07-31 09:18:29 +00:00
itctl: how to use firmware upgrade?

Fixed in 71e9caf0bc

Elara6331 closed issue Elara6331/itd#19 2022-07-31 09:18:29 +00:00
itctl: how to use firmware upgrade?
Elara6331 pushed to master at Elara6331/itd 2022-07-31 09:17:27 +00:00
71e9caf0bc Fix bug where help command doesn't show flags/subcommands
Elara6331 pushed to master at Elara6331/itd 2022-07-22 17:36:20 +00:00
1f5a6365bc Remove GOFLAGS from Makefile as the go tool already looks at that variable
Elara6331 commented on issue Elara6331/itd#21 2022-07-20 02:19:25 +00:00
Option to Disable Reconnected Notification

There is already an option in the ITD config. You can edit /etc/itd.toml or create a new config at ~/.config/itd/itd.toml. Either way, you will need to set on.reconnect.notify to false, which…

Elara6331 closed issue Elara6331/itd#21 2022-07-20 02:19:25 +00:00
Option to Disable Reconnected Notification