Elara Elara6331
Elara6331 commented on pull request Elara6331/infinitime#5 2022-10-21 22:36:24 +00:00
Added Navigation service

I'd prefer if this accepted a NavigationEvent rather than individual arguments. That also means all the fields in NavigationEvent should be capitalized to export them.

Elara6331 commented on pull request Elara6331/infinitime#5 2022-10-21 22:36:24 +00:00
Added Navigation service

I think it would be better if these were individual constants rather than a slice. That way, they could have their own type and the compiler can guarantee that they're valid instead of needing a separate function. Since that will add quite a bit of code, I think the navigation service can be moved into a separate file.

Elara6331 suggested changes for Elara6331/infinitime#5 2022-10-21 22:36:24 +00:00
Added Navigation service

Thank you for the PR.

Elara6331 pushed to master at Elara6331/itd 2022-10-20 08:42:25 +00:00
03f3968fe1 Update infinitime library
Elara6331 pushed to master at Elara6331/infinitime 2022-10-20 08:41:20 +00:00
54fdd19bec Use timestamp with timezone offset to (finally) fix weather issue
Elara6331 pushed to master at lure/lure 2022-10-19 05:52:23 +00:00
b3b6612ef2 Update license field docs
Elara6331 commented on issue Elara6331/itd#29 2022-10-18 02:20:53 +00:00
Unable to upload Resources

I have installed version 0.0.9, and now it doesn't get hung on "Removing", using itctl res load however issues still persist, even after restarts and multiple runs.

Using `itctl fs list…

Elara6331 commented on issue Elara6331/itd#29 2022-10-17 21:17:05 +00:00
Unable to upload Resources

updated to the latest provided ltd-0.0.9-next-linux-x86_64.deb package, and was able to get more meaningful output this time when attempting to run itctl res load:

5:10PM DBG…
Elara6331 commented on issue Elara6331/itd#29 2022-10-17 20:32:50 +00:00
Unable to upload Resources

It has just come to my attention that the email functionality of my gitea instance broke (again), and I've fixed it, so I'm sending this to alert everyone participating in this issue of the…

Elara6331 commented on issue Elara6331/itd#29 2022-10-17 20:09:31 +00:00
Unable to upload Resources

Here are some packages for people who don't want to compile it themselves. Arch users should just use the itd-git AUR package to get the latest version compiled from source.

If anyone needs…

Elara6331 pushed to master at Elara6331/itd 2022-10-17 19:50:54 +00:00
dea92c6404 Update infinitime library
Elara6331 pushed to master at Elara6331/infinitime 2022-10-17 19:49:52 +00:00
a01f1b9d92 Close files properly when returning an error (Arsen6331/itd#29)
Elara6331 commented on issue Elara6331/itd#29 2022-10-17 19:41:57 +00:00
Unable to upload Resources

I've fixed some stuff. Please try again and see if it works. If your version of InfiniTime doesn't support BLE FS, itctl will now print a warning.

Elara6331 pushed to master at Elara6331/itd 2022-10-17 19:40:54 +00:00
006f245c10 Add warning if current InfiniTime doesn't support BLE FS (#29)
Elara6331 pushed to master at Elara6331/itd 2022-10-17 19:24:19 +00:00
d232340edd Update infinitime library
Elara6331 pushed to master at Elara6331/itd 2022-10-17 19:23:14 +00:00
c6458720e9 Handle error events in itctl res load command (#29)
Elara6331 pushed to master at Elara6331/infinitime 2022-10-17 19:19:25 +00:00
bb017b471e Stop DBus errors from causing panics by checking error type (Arsen6331/itd#29)
Elara6331 pushed to master at Elara6331/infinitime 2022-10-17 19:19:05 +00:00
Elara6331 pushed to master at Elara6331/infinitime 2022-10-17 19:18:33 +00:00
12f8fee837 Stop DBus errors from causing panics by checking error type (#29)
Elara6331 commented on issue Elara6331/itd#29 2022-10-17 19:02:30 +00:00
Unable to upload Resources

My guess is that it might be an issue on the InfiniTime end of the process, but there also appears to be a small bug in ITD not clearing its "write-lock" on the file after a timeout.

Yeah,…