meator

Results 104 comments of meator

> I'll have to learn if snapper will do any kind of automatic timeline snapshots on runit. Snapper isn't managed by runit. Automatic snapper snapshots are managed by cron. The...

I think it might be more appropriate to use the provided Makefile to install the files to destdir.

> > I think it might be more appropriate to use the provided Makefile to install the files to destdir. > > I don't see a Makefile in the repo....

Hi. I think I might be getting the same error for C++ binding of libfswatch of version `1.17.1`. ``` In file included from main.cpp:1: /lib/include/libfswatch/c++/monitor.hpp:33:12: fatal error: libfswatch/libfswatch_config.h: No such...

Thanks for your response! I'll remove the `.gitignore` commit.

> Is there a way to only display the binary filename, with the name of the Desktop entry and without the path to the binary? @danijar I've added a new...

I am facing the same issue You are describing. I think it is because of this: https://docs.github.com/en/rest/overview/other-authentication-methods#basic-authentication It says that using usernames and passwords for auth is discontinued. Personal access...

I have also encountered this problem. It is pretty bad that `mdBook` forces spaces. Some systems do not tolerate spaces for indentation, so I had to instruct my readers that...

I am unsure whether the `power-profiles-daemon` detection mechanism in the runit service is acceptable, but everything else should be OK.

> I wouldn't guard it. I would just have a note in the `README.voidlinux` that the two conflict and should not be run at the same time. @abenson I don't...