Results 57 issues of Matthew Esposito

```rust use pulldown_cmark::Options; fn main() { let string = "- [x]\t\t\n\\\n-"; let mut opts = pulldown_cmark::Options::empty(); opts.insert(Options::ENABLE_TASKLISTS); opts.insert(Options::ENABLE_HEADING_ATTRIBUTES); for _ in pulldown_cmark::Parser::new_ext(string, opts) {} } ``` ``` thread 'main' panicked...

fuzzer_finding

### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing requests and didn't find any that were similar - [X]...

enhancement

It would be great if there was an estimated/running cost displayed in a chat, or an estimated cost when in QA mode to upload the note.

feature request

I can't find a suspended account right now, oops

bug

![image](https://github.com/user-attachments/assets/df728310-5437-4486-8cf2-17b7daaadb74)

bug

Fixes #164 ![image](https://github.com/redlib-org/redlib/assets/69441971/07689980-93c5-4af1-975d-a20b4e0074b5)

## Is your feature request related to a problem? Please describe. Many links are news, and some news articles are paywalled, and archive.is typically bypasses these paywalls. Or perhaps you...

enhancement

* Gitlab - exists but broken? * Forgejo?

Recent changes have broken the `canonical_path` function. Short URLs (`http://localhost:8080/17krzvz`) don't work ``` curl -vv "http://localhost:8080/17krzvz" * Host localhost:8080 was resolved. * IPv6: ::1 * IPv4: 127.0.0.1 * Trying [::1]:8080......

bug