Jeff Parsons

Results 19 issues of Jeff Parsons

### Describe the issue Hello! I was reading through some of the generated code in the `aws-sdk-ec2` crate and stumbled upon this: `aws-smithy-types` has this enum: ```rust pub enum Number...

documentation
p2

Also, multicast? I originally raised this question here: https://github.com/bytecodealliance/wasmtime/pull/7148#issuecomment-1747943612 In brief, I'm wondering if it's intended for wasi-sockets to have any special knowledge of UDP broadcast, or if they should...

Chamber writes log messages to stdout, which means they get intermingled with output that you might want to parse programmatically. E.g. ``` [root@967ceb326552 dir-name]# chamber export -f json chamber-of-secrets 2023/06/03...

There are some other crates that might be of interest, and for some users might be a better choice. E.g. see @ripytide's list here: https://github.com/ripytide/range_bounds_map#similar-crates

BTreeMap has signatures like... ```rust pub fn get(&self, key: &Q) -> Option where K: Borrow, Q: Ord ``` Using `Borrow` in `RangeMap` and `RangeSet` would be better than the plain...

Encourage people to nag me if I've been ignoring something — reassure them that I won't be upset, and that it might be necessary. :sweat_smile:

There aren't many steps, but they should be written down so that anybody can be confident in doing everything except tag and publish.

I notice that there's [a workflow to build and publish Docker images](https://github.com/panamax-rs/panamax/blob/master/.github/workflows/container-test.yml), and [it appears to be running successfully](https://github.com/panamax-rs/panamax/actions/runs/9394908849/job/25873466669), but it doesn't look like it's actually publishing images. I've come...

Rust 1.81.0 was released over a year ago (2024-09-05), so I don't imagine this being an issue. If you end up here because this _is_ an issue for you, please...