ComplexSpaces

Results 110 comments of ComplexSpaces
trafficstars

@huangganggui No, that won't work like you want. `get_text()` does not block waiting for changes, it will either return the current clipboard contents or an error if nothing is available....

In the case of an Electron app packaged for the MAS (more importantly, subsequently sandboxed for such), this issue may also have the same underlying cause as a sandbox violation...

Bump. This is still happening as of Electron 30.0.9.

I did some testing and seem to have mixed results about this PR. Inside of an ARM64 Windows 11 VM (running on a M1 host), the tests passed just fine....

> Were you testing on 1.60.0 and earlier? I was testing using Rust 1.72.0 on both systems. > Regardless, I think I need to rebase this on main before we...

Thank you for the heads up @briansmith 👍. Do you have a rough idea what the priority for the extra hardening would be? > Also with the release of 0.17.0,...

Hey everyone, In case it is helpful, I just wanted to point out that we (1Password) backported the necessary components for WoA support in the 0.16 branch as part of...

I don't know if `rustls-native-certs` ever supported Android (it seems like it [didn't](https://github.com/rustls/rustls-native-certs/issues/3)?), but it might be worth adding a small section to the README redirecting to the Android setup...

IMO, JNI should probably stay on `windows-sys` 0.48 until the rest of the ecosystem like Tokio and Mio move on to avoid fragmenting downstream user's dependency trees.