Elara Elara6331
Elara6331 pushed to master at lure/lure 2022-11-14 22:04:50 +00:00
d32437e8b2 Show repo name when prompting to select package
Elara6331 pushed to master at lure/lure 2022-11-14 03:30:27 +00:00
8f95ff4676 Actually pass the repodir parameter this time
Elara6331 pushed to master at lure/lure 2022-11-14 03:09:01 +00:00
7442da7105 Add repodir variable
Elara6331 commented on issue Elara6331/itd#37 2022-11-14 03:08:14 +00:00
unable to install resource pack

Ah, yeah, sorry. I am trying to work on 2 projects simultaneously and missed the rest of your message.

That is strange, I get the following:

> itctl help res load
NAME:
   itctl…
Elara6331 commented on issue Elara6331/itd#37 2022-11-14 02:59:27 +00:00
unable to install resource pack

That is because the command is resources load, which can also be shortened to res load.

Elara6331 pushed to master at lure/lure 2022-11-14 02:49:58 +00:00
07e41849e9 Remove installed build dependencies from list
Elara6331 commented on issue Elara6331/itd#36 2022-11-13 23:23:39 +00:00
Upgrade fails if zip file is compressed

This is a thing I and many others have noticed as well. It seems Github zips often fail while zips created by building locally work fine. It is possibly because of the compression, and this is not…

Elara6331 commented on issue lure/lure#1 2022-11-13 22:59:30 +00:00
Add support for XBPS (Void Linux)

Sure, you can do that if you want. I'll also copy and paste my reply there so that others can see it.

Elara6331 commented on issue lure/lure#1 2022-11-13 21:38:47 +00:00
Add support for XBPS (Void Linux)

Implementing support for the package manager itself is the easy part. The difficult part is adding support for building the actual package. I use nfpm to do…

Elara6331 commented on issue Elara6331/itd#31 2022-11-10 05:03:25 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

The time field is a UNIX timestamp with nanosecond precision. The value updates whenever InfiniTime sends a new value.

Elara6331 commented on issue Elara6331/itd#31 2022-11-10 01:59:24 +00:00
While pairing a code does show on my watch, however, no prompt appear on my linux

May I please ask how shuld I open and read the db file correcty on arch linux?

That file is an SQLite database. There are many libraries in every language to read them. If you want a csv, I'm…

Elara6331 closed issue Elara6331/itd#34 2022-11-09 08:57:12 +00:00
Cannot load resources to InfiniTime
Elara6331 commented on issue Elara6331/itd#34 2022-11-09 08:56:56 +00:00
Cannot load resources to InfiniTime

Thanks, I'll make sure to add the BlueZ version requirement to the README.

Elara6331 commented on issue Elara6331/itd#35 2022-11-09 06:08:16 +00:00
Alpine package

Thanks. Please contact me if you have any issues packaging ITD in the future, I'd be happy to help.

Elara6331 closed issue Elara6331/itd#35 2022-11-09 06:08:16 +00:00
Alpine package
Elara6331 pushed to master at Elara6331/itd 2022-11-07 20:24:57 +00:00
c97fcaeefb Mention navigation support in README
Elara6331 pushed to master at Elara6331/itd 2022-11-07 20:22:25 +00:00
992eb2e085 Add navigation support via PureMaps
Elara6331 commented on issue Elara6331/itd#34 2022-11-07 05:15:41 +00:00
Cannot load resources to InfiniTime

The oldest version I've seen working is 5.55. Do you have a system with a newer version?

Elara6331 pushed to master at Elara6331/infinitime 2022-11-07 04:20:18 +00:00
72b558707e Use NavFlag type in SetFlag()
Elara6331 pushed to master at Elara6331/infinitime 2022-11-07 04:08:18 +00:00
31f4c51a61 Improve navigation API