Casey Rodarmor

Results 1064 comments of Casey Rodarmor

I'm not sure if this should still be open, I was able to get a fuzz target working with the rest of my workspace. (Although due to https://github.com/rust-lang/cargo/issues/4897 I have...

I think `align_of::() == 1` is probably useful enough that it deserves its own marker trait, like `Unaligned`. I'm writing a zero-copy serialization and deserialization library, and I'm ignoring padding...

One way to support this would to add a flag to `cargo test` which would save a JSON report of passed and failed tests. This would allow users to write...

Hi! I haven't figure out if it's actually useful. You can use the `--source` flag to include a random integer, which will randomize the torrent hash. What use-case for randomized...

Interesting! What's the expected format of the entropy tag? Like what datatype, and if it's bytes, how many?

This definitely seems reasonable to me. I'm not currently actively working on intermodal, but if someone wants to take a crack at it and open a PR, I think it...

I wanted to add some color here. ordinals.com performance has been horrible, and we finally figured out why. The issue is that we're using an async web framework, so all...

@jeromegn Good suggestion! I didn't know about block_in_place, I'll give that a try. Could this cause issues if there are a bunch of concurrent tasks using `block_in_place`? I can imagine...

I think that for my purposes, `config.cache(TestCache::new())` and `TestCache::ca_pem()` would work fine, and I wouldn't need to supply my own key/certificate. The HTTPS part of the project I'm working on...

In English, zero, decimal, and fractional numbers all take the plural. So in contexts where "2 bitcoins" are plural, then "0 bitcoins" "0.5 bitcoins" should also be plural.