Block a user
3b9690103b
Moved starting of fuse
b5328ece92
Made logging more consistent
2396623c73
Formatted interface checks
a54ca7afdf
Handle more errors
673383f795
Stylistic changes
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
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
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
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](…
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…
c3a87278a6
3. Passed NavigationEvent instead of pieces
d46f5453f6
2. Defined NavFlag type
e00a4fce70
1. Moved navigation things into new files
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…