Elara Elara6331
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
Elara6331 pushed to master at Elara6331/itd 2023-03-25 22:23:52 +00:00
9ecd45dadd Added FUSE support (#55)
Elara6331 commented on pull request Elara6331/itd#55 2023-03-25 22:23:27 +00:00
Added FUSE support

I just tested it, and it looks good to me, merging now. Thanks!

Elara6331 commented on pull request Elara6331/itd#55 2023-03-12 20:10:54 +00:00
Added FUSE support

That looks good, thanks

Elara6331 commented on pull request Elara6331/itd#55 2023-03-12 20:10:31 +00:00
Added FUSE support

Yeah, instantaneous motion data doesn't make much sense, but the continuous motion data file also doesn't work all the time. InfiniTime will stop sending motion data if you have Raise To Wake and…

Elara6331 commented on pull request Elara6331/itd#55 2023-03-11 18:30:43 +00:00
Added FUSE support

Yeah, this one is going to be a bit more complicated. The FUSE library does have [an unmount function](0f728ba15b/fuse/mount_lin

Elara6331 commented on pull request Elara6331/itd#55 2023-03-11 18:04:22 +00:00
Added FUSE support

Could you perhaps elaborate on the problem you see?

Try this with something that returns data less commonly, such as battery. Every time cat tries to read from the file, it executes a…

Elara6331 commented on pull request Elara6331/itd#55 2023-03-08 23:48:36 +00:00
Added FUSE support

In my opinion, "device" is unclear. I think it should be called "info" instead, that seems clearer.