Matthias Endler
Matthias Endler
Thank you for your detailed explanation of how you're using lychee's `--remap` feature to validate links pointing to private GitHub repositories. It's always great to see users coming up with...
@Douglasdc3 had a few more suggestions in #7: PSR-2 naming conventions for methods and variables avoid public accessor api on Dropbox object instead use create wrapper methods for the ones...
Actually there are already two PRs open for this. #11 and #12. We should probably merge the best parts of those into one.
Ah, not really. I'm just undecided which one to merge. Both look quite nice, so probably the best of both. I haven't tested https://github.com/mre/unicorn/pull/12 yet, that's why I didn't go...
Hey @wowthemesnet. Thanks for the hint. I don't have time to maintain this project anymore. Maybe you could fix the issue with `mcrypt_create_iv()`? I would gladly merge your changes.
Thanks! According to the [docs](https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.danger_accept_invalid_certs) we already allow accepting invalid certificates: https://github.com/lycheeverse/lychee/blob/e185e90acbdd3b083f28de493e343de31b450832/lychee-lib/src/client.rs#L343-L349 Maybe there's another setting in `reqwest` that we miss.
I think the problem is more that `doc/docker.md` and `./doc/docker.md` are listed as separte documents. When I search for `docker.md` inside the project, I can find a few links: ```...
Either way, moving this to the main repo as this is more of a lychee problem.
Yeah, should be. Thanks for the heads-up. Closing.
@tooomm can you create a new issue for that?