Elara Elara6331
Elara6331 commented on pull request Elara6331/itd#55 2023-03-01 17:29:01 +00:00
Added FUSE support

These should be debug logs rather than info logs. Also, the message should be a bit more specific, something like "FUSE getattr". Same for all the similar logs.

Elara6331 commented on pull request Elara6331/itd#55 2023-03-01 17:29:01 +00:00
Added FUSE support

Minor typo, it's "success"

Elara6331 commented on pull request Elara6331/itd#55 2023-03-01 17:29:01 +00:00
Added FUSE support

You should definitely handle this error

Elara6331 commented on pull request Elara6331/itd#55 2023-03-01 17:29:01 +00:00
Added FUSE support

This error needs to be handled, you can just return it in this case and update the code that calls this function to do the actual handling

Elara6331 commented on pull request Elara6331/itd#55 2023-03-01 17:29:01 +00:00
Added FUSE support

These variables should go above BuildRootNode because it's using them and it would be more readable that way. Also, Go doesn't require semicolons, you can remove those.

Elara6331 commented on pull request Elara6331/itd#55 2023-03-01 17:29:01 +00:00
Added FUSE support

FUSE should be started before the socket (socket should always be last)

Elara6331 commented on pull request Elara6331/itd#55 2023-03-01 17:29:01 +00:00
Added FUSE support

This function should be called startFUSE instead to adhere to Go naming conventions

Elara6331 suggested changes for Elara6331/itd#55 2023-03-01 17:29:01 +00:00
Added FUSE support

Thanks for your PR. There are some changes I'd like, mostly readability improvements.

Elara6331 commented on issue Elara6331/itd#54 2023-02-27 23:17:23 +00:00
FUSE suppport

I've had a closer look at your fork. It looks good. The only thing I'd say should be changed is that the fuse.go file should only contain the startFuse function (which should be called…

Elara6331 pushed to master at lure/lure 2023-02-27 21:30:23 +00:00
70e05f5242 Fall back to English if system locale is 'C'
Elara6331 commented on issue Elara6331/itd#54 2023-02-26 17:20:17 +00:00
FUSE suppport

Assuming the fuse library you're using doesn't link libfuse, I think this is a great idea. I don't think it does, but it doesn't explicitly state that anywhere. The easiest way to check is to…

Elara6331 pushed to master at lure/lure 2023-02-26 00:48:00 +00:00
6341dc4c55 Properly list all installed packages, and ignore blacklisted ones
Elara6331 pushed to master at lure/lure 2023-02-24 00:38:11 +00:00
c1954c6e89 Add interactive flag to turn off prompts
Elara6331 commented on issue Elara6331/itd#52 2023-02-19 16:32:31 +00:00
Publish itd-gui AUR package

It's not much overhead, it's less than 10 MB, and takes almost no work to install, but I can make an AUR package if you prefer.

Elara6331 pushed to master at lure/lure 2023-02-15 23:00:37 +00:00
c38a530471 Forbid running LURE as root
Elara6331 commented on issue Elara6331/lemmy-reply-bot#1 2023-02-13 19:14:33 +00:00
Repeat posts for a YouTube link

Interesting. That shouldn't be possible. The bot keeps track of which posts/comments have been replied to and shouldn't reply to them again. Did the post ID change when Lemmy was updated? That…

Elara6331 commented on issue Elara6331/itd#50 2023-02-13 03:45:43 +00:00
ITD fails to start Daemon

I'm going to close this due to inactivity and because there's nothing obvious that I can do about this. If you're still having this problem and think it's due to ITD, please re-open the issue or…

Elara6331 closed issue Elara6331/itd#50 2023-02-13 03:45:43 +00:00
ITD fails to start Daemon
Elara6331 commented on issue Elara6331/itd#36 2023-02-13 03:43:56 +00:00
Upgrade fails if zip file is compressed

The problem is that both archive and filesystem files are handled by the exact same code, so there shouldn't be any discrepancies in the actual bluetooth data as long as the data being read is the…

Elara6331 commented on issue Elara6331/itd#44 2023-02-13 03:41:36 +00:00
ITD not trying to reconnect after PineTime re-enters range

Actually, I guess there isn't much more to capture.

$ ./itctl notify one two
10:00PM FTL Error while running app error="not connected"

And the output of itd has…