Sergey Bugaev
Sergey Bugaev
FYI if you don't care about atomicity, you can call `wl-paste -l` and `wl-paste -t any/type` from within the `wl-paste -w` handler.
> `a_result = a_stream.next() if_enabled(a_disabler)` An even simpler alternative would be to allow selecting on an `Option`. To disable an arm, set it to `None`. This way it's expressed in...
This is not a bug in Tilix, but simply the _bracketed paste_ feature of the GNU Readline library, working exactly as intended.
> I kinda hope @bugaevc will have a better idea here once he's back Hi all! and sorry for taking this long to look at this. > I can consistently...
Thanks everyone for testing! :slightly_smiling_face: Since there were no regressions reported, I went ahead and committed the patch.
Assuming that this has been fixed (in https://github.com/swaywm/sway/issues/4007), please reopen if not.
Hello, repeating what I've said in https://github.com/bugaevc/wl-clipboard/pull/110: > In case of an editor using `wl-copy` internally to implement copying, the proper fix would be for the editor to consider the...
I still have very little idea about Windows internals, but recently [this post](https://notgull.github.io/device-afd/) has made rounds, suggesting that on Windows some "Auxillary Function Driver" is used to actually poll all...
cc @joniw @mintyhippoxyz
Looks like `install_if` should be a single string and not an array after all: even though it has the same general format as `depends`/`provides`, `abuild` stores those as arrays (one...