Nathaniel Daniel
Nathaniel Daniel
Honestly, I wasn't sure why stdout is involved at all when it seems the stderr always has the error (from my testing). However, I assumed that this isn't always the...
Sorry, not sure if I have the time for that in the next few weeks. I'll try to implement that though if this test is still missing when I get...
CI failure is due to https://github.com/rust-lang/cargo/issues/9788 I believe
Apologies in advance if you already work around this issue, it just seemed similar to something I ran into. I've was coding my own RGB controller/interceptor for Logitech devices a...
Maybe the Icon type could just be an rgba buffer?
I've been playing with this a bit more and I'm getting problems with logical vs physical pixels. I'll try to fix that when I get some time.
@alvinhochun I think this works now if `pistoncore-glutin_window = 0.68.2`. Would you mind testing it again?
Shouldn't that be a [`write_all_buf`](https://docs.rs/tokio/1.8.1/tokio/io/trait.AsyncWriteExt.html#method.write_all_buf)?
I was thinking that some of the verbiage could be avoided by making the conversion method not return a result, like this: ```rust // Work-around being unable to implement new...
Make sure to enable the [`MESSAGE_CONTENT`](https://serenity-rs.github.io/serenity/next/serenity/model/gateway/struct.GatewayIntents.html#associatedconstant.MESSAGE_CONTENT) intent.