yescallop

Results 44 comments of yescallop

Hi @hartwork, I wonder if you'd have time to take a look at this? Thanks :)

Nope, actually. But I think I've figured out a fix now :) I'll open a PR to close this if extra fuzzing goes fine.

I left the fuzzer running and it eventually found another failing case. Just fixed that!

A way around this issue: ```rust fn foo() { let _ = Assert::::EQ_SIZE; } struct Assert { _marker: PhantomData, } impl Assert { const EQ_SIZE: () = assert!(mem::size_of::() == mem::size_of::());...

yescallop comes again :D Working on https://github.com/yescallop/Nukkit/tree/1.2 You can contribute or create issues on my branch

Yes, this is exactly on the roadmap. TBH I think reference resolution should be put before URI building on that list, because it would be more straightforward to design the...

It would be great for this crate to support `no_std`, but as `Ip{v4, v6}Addr` requires `std` we would need to decide what to exclude when `std` is gone. Any ideas?

Last year I made [a patch](https://github.com/yescallop/open-keychain/commit/a7af49698ba9e1f316c07d182c314a62b65285c3) that adds AEAD support to OpenKeychain. It's been working perfectly for nearly a year, during which I used the patched version of OpenKeychain and...

Thanks for your contribution! I have implemented the changes on `main`, but I still need some time to clean up before a `0.2.0` release. Feel free to ping me if...