ComplexSpaces

Results 198 comments of ComplexSpaces

I was playing around with this as well, seeing if the `image` crate's `bmp` parser could help with the heavy lifting. When I copy that example image onto the clipboard...

I'm definitely open to fiddling with the data a bit to make `image` to the "community accepted thing". Is that just changing `bV5Compression` to `BI_BITFIELDS`? I don't see that in...

So we would just mutate the header from `BI_RGB` to `BI_BITFIELDS` if we see the set of header fields that mean "do the right thing" before passing it to `image`?

I'm not sure if its that exact bug or not, but this looks like a compiler regression for sure. These are my reasons for thinking so: - We don't perform...

FWIW, I would _personally_ recommend not using the GNU toolchain for Rust on Windows if possible. Its full of bugs in the toolchain/runtime layer, resulting in [a lot](https://github.com/rust-lang/rust/blob/f609b7e0586f81fefb3523e3e17adf779ac416be/compiler/rustc_codegen_ssa/src/back/archive.rs#L50) of non-ideal...

Hey there, thanks for the PR. HTML is something we've committed to having it on the [platform agnostic main API](https://docs.rs/arboard/latest/arboard/struct.Clipboard.html#method.set_html), so we'd be happy to wrap up that dangling thread...

With @Gae24's help this was merged via #163. I'm going to close this as superseded, but thank you for your initial work!

While I'm not against having an Android implementation live inside `arboard`, I think there's some important questions about guaranteed functionality that need answered before I would commit to maintaining and...

Hi again everyone, I'd like to followup on my past comments raising maintainability concerns. I've outlined a plan for the crate in #191 that would alleviate those and make me...