Josh Triplett

Results 214 issues of Josh Triplett

Even when building with libz-ng, gitoxide still has `miniz_oxide` in its dependency tree (by way of `flate2`), and cargo ends up having to compile it. This is visible via `cargo...

help wanted
acknowledged

As far as I can tell, it looks like ares only supports two controllers for the SNES. Would it be possible to support the SNES multitap, which allows up to...

core-sfc

**Is your feature request related to a problem? Please describe.** I'd like to make use of zstd rsyncable mode, without having to rely on experimental library features. **Describe the solution...

feature request

### Describe the feature I'd like to be able to use aws-lc-rs in place of ring, throughout my dependency tree. I'd love to be able to do so with aws-sdk-rust...

feature-request
p2

I've regularly encountered the question of which ECC algorithms browsers support for TLS certificates. It'd be nice to have guidance via caniuse saying which browsers support P-256, P-384, P-521, ed25519,...

Support data suggestion

I've merged a number of PRs, and upgraded the versions of dependencies. Please consider publishing a release, to allow use of tide-websockets with current async-tungstenite, base64, and sha1, and remove...

I'd love to set a timeout on a per-request basis that overrides the timeout in the config. That way, individual requests can have a default timeout, while known long-running requests...

See https://gitlab.gnome.org/GNOME/vte/-/issues/280 and https://bugzilla.gnome.org/show_bug.cgi?id=754596 for details and screenshots. highlight-stderr may need to split on newlines and avoid printing a newline while a background color is active.

The cargo team is interested in having `cargo fmt` format the manifest. We should review the manifest formatting and make sure it's what we want it to be for automatic...

I discovered this issue in some code I'm working on, and constructed this sample to match the issue I observed: ```rust impl SomeType { fn method(&mut self) { self.array[array_index as...