Sergey Bugaev
Sergey Bugaev
Hi, so this looks like it would always produce the exact same content no matter which data type gets requested? Please see https://github.com/bugaevc/wl-clipboard/issues/71 for some context.
Hi, > Edit: discovery-- the issue goes away if wl-clip-persist is not active. Should I file this bug with them? That sounds like it's the culprit then, yes.
Hi, Why do you think that this is a wl-clipboard bug? `wl-copy`'s only job is to copy to the clipboard, not to take screenshot or save images. That being said,...
(Well, I guess the Rust rewrite really is 🦀 blazing fast 🚀 ⚡ :D) Does it work faster of you specify an explicit type with `--type text/plain`? If so, that...
It makes no sense to measure `time echo test` anyway. `echo` will exit as soon as it writes the five bytes to the pipe, and since pipes are buffered, this...
> GNOME dock GNOME has no dock (it has a dash), you mean the dock that you get from the Dash-to-Dock extension which Ubuntu preinstalls :slightly_smiling_face: If you're testing with...
You can try building [Cocotron example apps](https://github.com/darlinghq/darling-cocotron/tree/master/Examples), they all work to various degrees.
Hi! > `wl-paste | cat > hello.sh` rather, try: `wl-paste --type text > hello.sh`
Hi, while we could do something like this, I'm not seeing why it's needed for your use case at all: > This can be useful for integrating into other programs,...