yannickulrich
  • Joined on 2022-10-21
yannickulrich commented on pull request Elara6331/itd#55 2023-03-01 19:09:58 +00:00
Added FUSE support

Done in b5328ec

yannickulrich commented on pull request Elara6331/itd#55 2023-03-01 19:09:38 +00:00
Added FUSE support

Done in 2396623

yannickulrich commented on pull request Elara6331/itd#55 2023-03-01 19:09:21 +00:00
Added FUSE support

Done in a54ca7a

yannickulrich commented on pull request Elara6331/itd#55 2023-03-01 19:09:05 +00:00
Added FUSE support

Done in a54ca7a

yannickulrich commented on pull request Elara6331/itd#55 2023-03-01 19:08:22 +00:00
Added FUSE support

Done in 673383f

yannickulrich commented on pull request Elara6331/itd#55 2023-03-01 19:08:01 +00:00
Added FUSE support

Thanks, I'm relatively new to Go, sorry for these issues

Done in 673383f

yannickulrich pushed to fuse at yannickulrich/itd 2023-03-01 19:07:56 +00:00
3b9690103b Moved starting of fuse
b5328ece92 Made logging more consistent
2396623c73 Formatted interface checks
a54ca7afdf Handle more errors
673383f795 Stylistic changes
Compare 5 commits »
yannickulrich commented on issue Elara6331/itd#54 2023-03-01 16:49:38 +00:00
FUSE suppport

Thanks for the review, I've done this now and opened a pull request !55. Let me know if you want me to change other things as well

yannickulrich created pull request Elara6331/itd#55 2023-03-01 16:48:45 +00:00
Added FUSE support
yannickulrich pushed to fuse at yannickulrich/itd 2023-03-01 16:46:30 +00:00
cc6fc3e1dc removed godebug dep
yannickulrich created branch fuse in yannickulrich/itd 2023-03-01 16:44:10 +00:00
yannickulrich pushed to fuse at yannickulrich/itd 2023-03-01 16:44:10 +00:00
c05d4fe951 4. Split converters
87c78566c1 3. Added builder
8dd8f3d012 2. added fuse.go in main
bf13b96660 1. moved fuse.go
2440cb954c Merged two properties lists
Compare 10 commits »
yannickulrich commented on issue Elara6331/itd#54 2023-02-26 19:20:15 +00:00
FUSE suppport

GOARCH=riscv64 go build runs through without fault and the executable seems to run on my ARM system. Thanks for pointing this out and including the command

yannickulrich opened issue Elara6331/itd#54 2023-02-26 13:32:43 +00:00
FUSE suppport
yannickulrich commented on pull request Elara6331/infinitime#5 2022-11-05 20:16:19 +00:00
Added Navigation service

Thanks for merging 💜 I've also prepared the changes for itd. Do you want me to open a pull request on [Arsen6331/itd](…

yannickulrich commented on pull request Elara6331/infinitime#5 2022-10-22 12:58:56 +00:00
Added Navigation service

Changes to the itd daemon with the changes to the API

diff --git a/api/navigation.go b/api/navigation.go
new file mode 100644
index 0000000..809e0c6
--- /dev/null
+++ b/api/navigat…
yannickulrich commented on pull request Elara6331/infinitime#5 2022-10-22 12:58:02 +00:00
Added Navigation service

Sure! See c3a8727 but also my comment above

yannickulrich commented on pull request Elara6331/infinitime#5 2022-10-22 12:57:06 +00:00
Added Navigation service

Taken care of in d46f545

yannickulrich pushed to navigation-service at yannickulrich/infinitime 2022-10-22 12:56:28 +00:00
c3a87278a6 3. Passed NavigationEvent instead of pieces
d46f5453f6 2. Defined NavFlag type
e00a4fce70 1. Moved navigation things into new files
Compare 3 commits »
yannickulrich commented on pull request Elara6331/infinitime#5 2022-10-22 12:56:05 +00:00
Added Navigation service

The idea here was that we only update a field when it actually changes. Alternatively, the field in NavigationEvent could be nil or something to indicate that we won't want to update this. How…