Elara Elara6331
Elara6331 commented on issue Elara6331/itd#23 2022-08-19 03:56:49 +00:00
Is it possible to crosscompile itgui?

Also, I forgot to say: If you're going to be using itgui on PinePhone, you probably want to follow this issue on Github: https://github.com/fyne-io/fyne/issues/2721. Fyne is currently not great…

Elara6331 closed issue Elara6331/itd#23 2022-08-19 03:53:50 +00:00
Is it possible to crosscompile itgui?
Elara6331 commented on issue Elara6331/itd#23 2022-08-19 03:53:46 +00:00
Is it possible to crosscompile itgui?

I cannot do anything to make it easier unfortunately, as there is no way to make a pure Go GUI. If there was, I'd use it, but unfortunately, it doesn't exist.

I am closing this issue since it…

Elara6331 commented on issue Elara6331/itd#23 2022-08-19 03:52:33 +00:00
Is it possible to crosscompile itgui?

itgui is much more difficult to cross-compile than itd and itctl. It is possible theoretically, but would require a lot more work since Fyne depends on C libraries. You should be able to do…

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

This issue should now be fixed temporarily until proper support is added for 5.65. I've opened an issue and PR upstream that should prevent issues like this from happening in the future. This…

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