Hugo

Results 1705 comments of Hugo

Actually fixing this is a lot harder that it seems, because of these two very ugly (but valid) edge cases: - `localhost:3000` (not sure if strictly valid, but currently accepted)....

For context, I'm writing a caldav client. As per the rfc, a user should only need to input an Uri, which can be either `mailto:` or `http(s)`. Discovery of the...

Oh, I just realised that CI failed due to `panic!` not being available on the MSRV. I'll try refactoring that.

Rust 1.57.0, from 2021-12-02

For tokio, the current MSRV is 1.56.0.

I've updated the PR to panic without `panic!`. I used `([] as [u8; 0])[0];`, which is already used as a `const panic!` hack in a couple of other places in...

I don't know of any methods that are longer than 15 bytes, so I'm not sure that it's worth the effort.

> I was wondering if we could add a variant StaticRef(&'static [u8]) to the Method Inner enum instead of panicking on longer than 15 byte methods? I explored this a...

At this point, waiting for feedback from the core devs.