jyn

Results 249 issues of jyn

The Cargo documentation recommends not checking in a Cargo.lock for libraries: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries Additionally, having the lockfile makes it more likely downstream crates will have duplicate dependencies or incompatible requirements. This...

Currently, `HtmlRewriter::try_new` takes _only_ closures and nothing else. For the common case of 'I have a buffer to write to' this causes the code to be more complicated than necessary:...

enhancement
AREA: production code

For https://github.com/deadlinks/cargo-deadlinks/issues/14 I want to provide the line number of a broken link. Currently, there's no way to get that from an [`Element`](https://docs.rs/lol_html/0.2.0/lol_html/html_content/struct.Element.html).

Most of the time I'm looking at an attribute, I don't actually need to copy it. But `get_attribute()` makes a copy anyway. It would be nice to return a borrow...

This is more a user story than anything else. Say I have a `Stream` of futures and I want to do something with it. The first thing I did was...

docs

This allows testing local servers, not just production servers with a public CA certificate.

Using `quiche::Config::default()` will almost never work. At least the following options have to be set: - https://docs.rs/quiche/latest/quiche/struct.Config.html#method.set_initial_max_streams_bidi - https://docs.rs/quiche/latest/quiche/struct.Config.html#method.set_initial_max_streams_uni - https://docs.rs/quiche/latest/quiche/struct.Config.html#method.set_initial_max_data - https://docs.rs/quiche/latest/quiche/struct.Config.html#method.set_initial_max_stream_data_bidi_local - https://docs.rs/quiche/latest/quiche/struct.Config.html#method.set_initial_max_stream_data_bidi_remote - https://docs.rs/quiche/latest/quiche/struct.Config.html#method.set_initial_max_stream_data_uni In most cases,...

``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Done', apps/src/common.rs:881:14 ``` https://github.com/cloudflare/quiche/blob/a7ab6dd0363b83b09039e166a5dae18fc75bec52/apps/src/common.rs#L877-L881 I don't think this is recoverable, but it would at least be nice to print...

``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 4, kind: Interrupted, message: "Interrupted system call" }', /home/jnelson/work/quiche/apps/src/client.rs:213:52 stack backtrace: 0: rust_begin_unwind at /rustc/ea92b08383b718e79317b29470cb244c48557cd5/library/std/src/panicking.rs:584:5 1:...

# Bug Report I got the following error message: ``` $ zola serve Building site... -> Creating 0 pages (0 orphan), 1 sections, and processing 0 images Error: Failed to...

For next major version