Elara Elara6331
Elara6331 pushed to master at Elara6331/site 2023-04-21 02:06:03 +00:00
dae8ba1e71 Add project page about LURE
4b211e0708 Improve ITD project page
38ea7dff1d Improve PCRE project page
d59b5545ee Remove page about lrpc
c78d234293 Add blog post about self-hosting
Compare 19 commits »
Elara6331 pushed to master at lure/lure-web 2023-04-08 21:56:39 +00:00
63b6ec832e Merge pull request #4 from nxjosephofficial/master
e554010f5b Replace lure-bin with linux-user-repository-bin
Compare 2 commits »
Elara6331 commented on issue Elara6331/itd#53 2023-04-06 18:11:44 +00:00
Rapid itd reconnection attempts

ITD is a user daemon, so you need to run systemctl --user stop itd, without sudo.

Elara6331 closed issue Elara6331/infinitime#8 2023-04-03 18:00:47 +00:00
All Watch* functions write debug logs with func=WatchMotion
Elara6331 commented on issue Elara6331/itd#53 2023-04-03 04:12:09 +00:00
Rapid itd reconnection attempts

What happens if you try connecting with your bluetooth settings before starting ITD?

Elara6331 commented on issue Elara6331/itd#57 2023-04-01 23:26:45 +00:00
res load with infinitime 1.11.0 stuck on "Removing"

If you run itctl fw upg -h, that should give you a help screen. You can provide the archive using the -a flag. Keep in mind that some people have reported that Github's archives can be…

Elara6331 commented on issue Elara6331/itd#57 2023-04-01 23:19:09 +00:00
res load with infinitime 1.11.0 stuck on "Removing"

InfiniTime 1.0.0 is too old for loading resources. As you can see from the output you provided, the BLE characteristic that's used for the filesystem transfer protocol is not available. You'll…

Elara6331 commented on issue lure/lure#4 2023-03-28 20:33:08 +00:00
lure failing with replacement directory /home/elara/Code/drpc does not exist error

It looks like a replace directive was left in ITD's go.mod. I've removed the directive and pushed the updated drpc library that it was referencing to git so that it's no longer required. It…

Elara6331 closed issue lure/lure#4 2023-03-28 20:33:08 +00:00
lure failing with replacement directory /home/elara/Code/drpc does not exist error
Elara6331 pushed to master at Elara6331/itd 2023-03-28 20:27:16 +00:00
e9d7cf1770 Update drpc library version
1f15d0ae51 Remove replace directive for drpc
Compare 2 commits »
Elara6331 pushed to master at Elara6331/drpc 2023-03-28 20:26:06 +00:00
c1f2aa71e7 Stop server on context cancellation
Elara6331 pushed to master at Elara6331/itd 2023-03-26 21:34:33 +00:00
6113ac019e Gracefully shut down each component before exiting
947ab7fbcb Use EINVAL for Invalid Offset error in FUSE
Compare 2 commits »
Elara6331 pushed to master at Elara6331/itd 2023-03-25 23:04:00 +00:00
948678790a Use type switch for syscallErr
Elara6331 pushed to master at Elara6331/itd 2023-03-25 22:53:48 +00:00
8fb430a359 Set some log levels to Debug
Elara6331 pushed to master at Elara6331/itd 2023-03-25 22:52:50 +00:00
6ac4ab9f4d Removed unreachable code
f25a893475 Create new type for node kinds
Compare 2 commits »
Elara6331 pushed to master at Elara6331/itd 2023-03-25 22:36:42 +00:00
Elara6331 pushed to master at Elara6331/itd 2023-03-25 22:34:38 +00:00
dba6b8c27d Enable AllowOther option
Elara6331 pushed to master at Elara6331/itd 2023-03-25 22:27:30 +00:00
0defa1ce91 Mention FUSE support in README
Elara6331 pushed to master at Elara6331/itd 2023-03-25 22:26:33 +00:00
ee4f563b05 Run formatter
Elara6331 merged pull request Elara6331/itd#55 2023-03-25 22:23:52 +00:00
Added FUSE support