ComplexSpaces

Results 110 comments of ComplexSpaces
trafficstars

I don't think that approach will work out if we need to include a cleartext network security policy with the library since that has to be defined at app buildtime...

> Do you know if there's a bug on Cargo's issue tracker for it? I believe this is https://github.com/rust-lang/cargo/issues/10801. > Hmm, the problem with that is that it'll bump MSRV...

Hi everyone. I'm the author of the code in question here. During its original development I spent a lot of time making sure there were no `CoreFoundation`-induced leaks, so I...

Yes, that is correct 👍. At the cost of some unsafe code (or an `objc2` dependency), a manual autorelease pool would incur less overhead then a full thread spawn in...

I agree, a crash every few days is more problematic. Please have a look at https://github.com/GuillaumeGomez/sysinfo/pull/1344, which implements the autorelease pool solution I proposed earlier. I would appreciate a smoke...

Hey @Klavionik, At first glance I think this would be fine. Would you be able to detail about what this would entail? After looking around for a bit I see:...

Hey there, thanks for the issue. From reading this I don't think you're missing anything. I tried using the latest `main` on Ubuntu 22/GNOME X11 through the example after copying...

Thanks a lot for all the recent work on the crate! On the dependency front, I have two pieces of feedback: - It would be nice to remove `static_assertions` from...

Thanks for opening this issue, this is also something 1Password has been tracking internally as well for our Linux desktop app (which is using `arboard`). Just to make sure its...

This is now available as of `arboard`'s [3.6.0](https://crates.io/crates/arboard/3.6.0) release on crates.io.