Matthias Endler
Matthias Endler
No worries at all. Thanks for the update. 😃
In your example, shouldn't it be a `vec` with multiple strings as predicates, or am I misunderstanding something? ```rust let predicate_fn = predicate::str::contains_all(vec!["One", "Two", "Three"]); ```
@dependabot rebase
Thanks for the feedback @aoberoi. I guess we all really appreciate it that you take our issues seriously. Over at [slack-ruby/slack-api-ref](https://github.com/slack-ruby/slack-api-ref/issues/17) we're currently struggling with the JSON syntax errors in...
Oh wow, thanks for reporting. Definitely a bug. If you have the time, you could add a (failing) unit test here: https://github.com/lycheeverse/lychee/blob/master/lychee-lib/src/extract/markdown.rs You can use your example Markdown document for...
Feel free to dive in. But yeah, it's in the markdown parser in pulldown_cmark, which is the crate we're using for it.
We already started to use this feature in zerocal: https://github.com/mre/zerocal/pull/24
Even though it's sad, it's clear that this PR can't be merged in its current form because of licensing issues. What @lebensterben mentioned is the way to go. We'll work...
This was fixed in #849, which made it into `master` now. Guess we can close this. 🥳