ComplexSpaces

Results 110 comments of ComplexSpaces
trafficstars

Hey there again. I'm going to go ahead and close this one now that `3.0` is out with the [wait](https://docs.rs/arboard/latest/arboard/trait.SetExtLinux.html#tymethod.wait) function. If you need to access clipboard contents longer, I...

Hey there, thanks for asking. Do you mean that there's no clipboard exported by this crate when compiling for an Android OS target? If so, that's intentional for now. None...

That seems reasonable to me. In general, I'm fine with experimenting a bunch here. I have some changes that should help with this in progress locally, so I'll try and...

FWIW, and I also noted this [here](https://github.com/hwchen/secret-service-rs/issues/42#issuecomment-1042331263), but I'd be willing to accept a different backend for the synchronous API in `secret-service` under a feature flag, if anyone is interested...

That sounds reasonable to me. I didn't even know it had an async interface 😄.

FWIW, it would be nice if the changes here moving everything towards using `std` wasn't applied universally. Notably, crates like `core-foundation-sys` and other `-sys` crates that contain nothing but bindings....

Hey there, @bit-ranger. AFAIK, clipboard change events are a feature of window managers and not raw clipboard accesses. Windows, for example, has `AddClipboardFormatListener` that can fire `WM` events for you,...

@msirringhaus Friendly ping on this one, if you have the bandwidth.

FWIW, I don't think that Apple and Android's APIs can be plugged in to something like this library. Both of them require some kind of "context" to the active view...

I do not have any concrete plans or timelines for adding Android support, but I would review and help test a pull request doing so. If nothing comes from an...