lvxnull

Results 9 comments of lvxnull

Is the new version of this any faster? I hate that it tries to check every single file in the repo with a "copy paste detector" and takes a horrendously...

The linters do not need to be constantly updated in order to be effective. I prefer not to spend 3 minutes waiting for a generic linter to finish checking files...

If someone is running as non-root and sets DESTDIR to something, say `/test/path`, then the actual installation path will be `/test/path/home/$USER/.local`, which might be confusing. I think it would be...

I think you could just write `export DESTDIR` instead of passing it explicitly in arguments

> If someone is running as non-root and sets DESTDIR to something, say `/test/path`, then the actual installation path will be `/test/path/home/$USER/.local`, which might be confusing. I think it would...

I wanted to implement this feature sooner but i never found time to do it. Once im home I'll make a new PR. On Fri, Apr 19, 2024, 13:22 Julian...

Already implemented in #156

This could work. The generic terminal name could even be translatable using our existing translation framework. Might make a PR soon. On Tue, Apr 30, 2024, 17:29 Sayan B ***@***.***>...

Sorry for the late response, but im not familiar with how afc paths work. If you know how to determine the actual mount path from an afc path, please share...