ComplexSpaces

Results 110 comments of ComplexSpaces
trafficstars

I'm going to go ahead and close this one now that `3.0` is out. The new [wait](https://docs.rs/arboard/latest/arboard/trait.SetExtLinux.html#tymethod.wait) function can let you serve the clipboard for longer if you need to.

These are my higher-level findings so far: Windows: [`clipboard-win`](https://docs.rs/clipboard-win/latest/clipboard_win/formats/struct.FileList.html) has support for this in the high API. macOS: [NSPasteboardURLReadingFileURLsOnlyKey](https://developer.apple.com/documentation/appkit/nspasteboardurlreadingfileurlsonlykey?language=objc) lets you do a similar and read an array of file...

I've opened https://github.com/1Password/arboard/pull/71 to look at reworking the public API for clipboard clearing. Please take a look.

Hey there @breard-r, thank you for starting on this. > Unfortunately, I do not have any OS X environment, so I might need help on that platform. That say, I...

I'll look at releasing a new version this week that will have your changes included. Thanks again for this :)

This is now released in [3.1.1](https://crates.io/crates/arboard/3.1.1).

Hey there @deggers. You guessed right that this crate make some assumptions regarding the content type of clipboard contents advertised to different apps on the system. When you use `.set_text()`,...

This is now available in the [3.1.1 release](https://crates.io/crates/arboard/3.1.1), which was published to crates.io a few minutes ago.

Hi there @DodyAlkarkhi. What operating system and desktop environment are you seeing this behavior on?

It sounds like you may be running into the same problem that #39 with how the dropping `Clipboard` interacts with the X11 window server. If you move the `mut clipboard`...