René Kijewski

Results 130 comments of René Kijewski

Where does the `resolver = "1"` line in the generated [Cargo.toml](https://docs.rs/crate/serde/1.0.143/source/Cargo.toml) come from, though? [Cargo.toml.orig](https://docs.rs/crate/serde/1.0.143/source/Cargo.toml.orig) does not contain it. Seems like a bug in `cargo package`, doesn't it? Or is...

For pyjson5 I simply let cibuildwheel build all the wheels for "completeness". It does not need any feature not found in manylinux2014 or 2010. (Actually I did not realize that...

Including the data pulls in 49,344 extra bytes. (372,099 kB vs 322,755 kB; measured in [tzdb](https://crates.io/crates/tzdb)'s built, as I don't know how to include the backdata in here.) Well, I...

Apache's ProxyPass uses the syntax `unix:/path/to/socket|http://example.com/path?query`, i.e. socket path + pipe + URI, which I think is very readable, and has the advantage that you can use it with HTTPS,...

I cannot restart the failed test. It had a "spurious network error", so the error should be unrelated to the PR.

String has only one method for this, but shouldn't it be three methods? UTF-16 in native, little and big endian.

Maybe the other direction would be possible, too? 16 bytes with the capacity on the heap.

Maybe a new test case would be in order?

→ https://github.com/yakaz/elasticsearch-analysis-combo/pull/21