antoinevg

Results 93 comments of antoinevg

Nice to see love for [dtolnay/thiserror](https://github.com/dtolnay/thiserror) and [dtolnay/anyhow](https://github.com/dtolnay/anyhow)! IMO they're excellent defaults when it comes to Rust error handling. That said, Ockam has some special needs. @mrinalwadhwa already mentioned the...

Great article about `std::io::Error` for everyone (like me!) who didn't realize just how neat the implementation is: https://matklad.github.io/2020/10/15/study-of-std-io-error.html

It would also be great if this didn't require `no_std` library authors to come up with their own (incompatible) version. There was a conversation in `futures-rs` that ended up dead-locking...

Hi there, thank you for the PR and my apologies for the long wait! I'm currently working on releasing the `future` branch of Facedancer and I'm wondering if you're still...

I'm going to close this for now, please feel free to re-open this if you want to pick it up again.

Thank you for the PR! These are fixed in: * https://github.com/greatscottgadgets/Facedancer/commit/a78d0d05767308ea6bb94d0d088ed9de3e21e0f8 * https://github.com/greatscottgadgets/Facedancer/commit/304d976b194ab414a41ae51297a2348a2c41345b

We're no longer using `even-better-setuptools` so I'm going to close this.

Similiar issue with `W25Q32JVSS` though I'm not seeing the SDO stuck errors.

Fixed in: https://github.com/greatscottgadgets/greatfet-tutorials/pull/20

This is _really_ cool work! I'm currently prepping to merge https://github.com/greatscottgadgets/Facedancer/pull/78 over the next couple weeks: * Some imports have changed but, fundamentally, the backend interface remains the same. *...