Block a user
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
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…
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…