Matthias Endler

Results 884 comments of Matthias Endler

Interesting. I don't know much about `Nixpkgs`. We already mention `NixOS` support in the installation section [here](https://github.com/lycheeverse/lychee?tab=readme-ov-file#nixos). Is Nix integration different from this?

I see. Thanks for the explanation. Perhaps we can mention it in the installation section or a separate section in the `README.md` somewhere, as it might not be strictly a...

Can confirm. I tried in on the command line and get the same result; it strips away `strassen`, so it is one level too much in the hierarchy. To narrow...

Yeah I thought about that, however the other `pre`-links should all be valid links as far as I can tell: * `preconnect` is more like a DNS lookup + TCP...

The `preconnect` directive is primarily about establishing a network connection to the specified domain in advance of any actual request. The fact that a request to e.g. the root of...

Interesting idea. Are there other command line applications, which support the MSIX format and are published on the Microsoft store?

Nice. Yes, I'd welcome support for MSIX. Is that something you'd like to look into?

Closing this in order to keep the scope of the project manageable. If someone finds this and has the time to work on it, please feel free to add a...

There is no delay between the requests at the moment. In fact, we run many requests concurrently; even to the same host. We could add a `--request-delay` argument and in...

It is pretty common for APIs, but not for websites I would guess. Realistically we might still need both, the rate-limit headers and a way to configure the delay. Let's...