Taiki Endo

Results 938 comments of Taiki Endo

The issue with clear has been fixed in 0.3.30.

Closing in favor of #2755.

FYI, I'm working on supporting signing in upload-rust-binary-action, and here is a draft implementation of signing with PGP: https://github.com/taiki-e/upload-rust-binary-action/issues/40#issuecomment-1382745575

Sorry for the late reply, Sigstore has been included in the list since https://github.com/taiki-e/upload-rust-binary-action/issues/40 was first opened. Do you have any concrete requests as to what format you want to...

`unaligned_references` is now a hard error 🎉: https://github.com/rust-lang/rust/pull/102513

`unaligned_references` is now a hard error 🎉: https://github.com/rust-lang/rust/pull/102513

Since wg-async is investigating/discussing the new design of stream trait, I transfer this there.

Hi @Jinxit. I'm a maintainer of `portable-atomics` crate. > `spin` relies on `compare_exchange_weak` **or** another polyfill called `portable-atomics`, which does not currently support the platform I'm on (thumbv4t). I would...

Thanks for the report. It seems that this debug assertion is triggered. https://github.com/rust-lang/futures-rs/blob/a402900063fe62a2b5d51e063e11206eff8b0d30/futures-core/src/task/__internal/atomic_waker.rs#L392-L401 Is it possible to provide code to reproduce this? Also, does the code seem to be running...