Matthias Endler
Matthias Endler
The comment over on Reddit mentioned, that a buffer larger than `PIPE_BUF` would not work to prevent deadlocks, so I assume that is the upper bound. Was looking around for...
Nice! Thanks for that. Please go ahead and merge it. 😊
Of course @rohan-git. Go ahead. 👍
Turns out you already did. 😉
This used to be possible, but we removed the option a while ago because the option was called `--exclude-file` and people (rightfully) thought it meant "exclude this file from getting...
I'd be willing to accept a pull request for adding it. Just don't know how to name it without confusing people. `--ignore-file` could mean "ignore this file while checking". Alternatively...
How about `--exclude-url-patterns` or `--exclude-patterns`? 🤔
Another one, just so that I don't forget: `--exclude-patterns-from`.
The difference is that a `.gitignore` is inherent to the repository it's in. It makes little sense to ignore a different set of files because it's within the same repo....
Thanks for raising this @Seirdy. The email feature is currently not very reliable at the moment. We talked about disabling it by default in https://github.com/lycheeverse/lychee/issues/575. I would not mind dropping...