Josh Triplett

Results 214 issues of Josh Triplett

I wanted to stream over a pipe, so I tried piping into `wormhole send --text -`, but that seems to read in all the data first, so it ran out...

needs-Dilation

`autogen.sh` runs: ``` make -C man -f mans.mk nbd-server.1.sh.in nbd-server.5.sh.in nbd-client.8.sh.in nbd-trdump.1.sh.in nbdtab.5.sh.in make -C systemd -f Makefile.am [email protected] ``` before running `autoreconf -f -i`. The first of those steps...

Rather than having a feature to enable to work on wasm, and then erroring out on wasm targets if that feature isn't enabled, please consider making those dependencies target-specific instead...

I'm interested in fitting wasmi into small embedded applications, with footprints in the 32k-64k range. Currently, aggressively optimizing wasmi generates binaries in the 300-400k range. Would you be interested in...

### Describe the bug Setting up a custom connector requires providing that connector in several places: in the `ProviderConfig`, in the `SdkConfig`, and in the various API clients. One of...

bug
low-priority

### Describe the bug aws-sdk-rust includes an example of how to configure hyper-rustls to use webpki-roots and TLS 1.3, in `examples/tls/src/lib.rs`. However, this example has two separate versions of hyper-rustls...

feature-request
p3

### Describe the feature I'd like a simpler way to handle service-specific errors without having to match through three levels of object nesting. ### Use Case Here's the code I...

feature-request

### Describe the feature Currently, calling a method that accepts a `model` struct requires first constructing the builder (`ModelStruct::builder()`), then calling methods on it, then calling `.build()` at the end....

feature-request
p2

Works the same as `Ipv4Network::nth`, but using a `u128` index instead of `u32`. Fixes #146

Please consider asking perf to record the total number of syscalls for a build, and offering that as a comparison metric. That can be really useful when doing library-level optimizations...

C-feature-request
A-collector