Nathan Youngman
Nathan Youngman
Thanks for the quick & thorough response. In that case, I think the easiest fix is to add a note to readme regarding dotenv.
@bkeepers It doesn't appear to help. If I remove my librato.yml and specify them in `.env.development` it doesn't log any [librato-rails]. Happy enough using the YML file, it just was...
I haven't used Rails in a few years now. Feel free to close this issue if it's no longer relevant.
There's one other reference at: https://github.com/munificent/craftinginterpreters/blob/master/site/.htaccess#L15 👍🏼 This fixes both #1119 and #1140
Seeing this a lot from GitHub today -- I don't think it was happening the other day. Even with `--max-concurrency 32`. e.g. ``` ✗ [429] https://github.com/markdown-it/markdown-it-abbr | Failed: Network error:...
@mre Doh. I was running lychee from my local computer against the markdown files in an open source GitHub project. I didn't see the GitHub Token option in the README/help....
Apologies, I didn't see an issue for it, but it's addressed in the README. commit f2109a41a7b0ab404845d105729dc8a434b61f1c Still, kind've wonder if the default max concurrency should be lower, at least on...
@mre Thanks. It is still occurring on main with that repo, with ~148 links to check. Setting `--max-concurrency 32` resolves it on macOS.
Thanks. FYI, I've tried a few variations of `--include ^https://gobyexample.com` and it still is excluded. I copied the link directly from the HTML to ensure there are no typos.
By "Only show 200 OK links in -vv output.", do you mean to not include 200 OK links in the `-v` output? That would be great for tracking down the...