Vladimir Panteleev
Vladimir Panteleev
…ssed around in examples This doesn't fix that non-copyable regions are still passed around in examples, so we still rely on NRVO to do its thing and elide the copy,...
It would be great to also support Twitter's dynamic embedding mechanism in conjunction with e.g. libredirect. Two examples of pages that currently don't work: - https://www.reddit.com/live/18hnzysb1elcs/ - Has many iframes...
Hi, The Windows open-source clipboard manager [Ditto](http://ditto-cp.sourceforge.net/) has an unique feature which I've yet to find in any Linux clipboard manager: unlimited history. That is, there can be no limit...
If I run the command: ``` xclip -selection clipboard -in -target image/png < scr.png ``` where scr.png is a large image (3840x2160), while CopyQ ~~with the "Images" item format enabled~~...
Hi, The Windows open-source clipboard manager [Ditto](http://ditto-cp.sourceforge.net/) has an unique feature which I've yet to find in any Linux clipboard manager: unlimited history. That is, there can be no limit...
If you right-click the extension icon in Firefox and select "Pin to Overflow Menu", and then open the extension from there, the text doesn't fit any more in the extension...
Hi, thank you for this super cool extension. I'm wondering if it would be possible to make the reader do a longer pause on a paragraph break. For example this...
This allows quickly re-running the last command by simply running `rofi` and pressing Enter. The last commit enables the new option by default, but I can drop it at your...
If it doesn't exist, then https://github.com/tejado/Authorizer/blob/a802bd497f61e53d0774a83e72878c1de9c93634/authorizer/src/main/java/net/tjado/authorizer/OutputUsbKeyboardAsRoot.java#L96 will just create a regular file called `/dev/hidg0`.
Steps to reproduce: 1. Run: ```shell emacs -Q \ -l ~/.emacs.d/straight/repos/rich-minority/rich-minority.el \ -l ~/.emacs.d/straight/repos/smart-mode-line/smart-mode-line.el \ --eval '(setq custom-safe-themes t)' --eval '(sml/setup)' ``` (adjust paths accordingly) 2. Type something (about 20-50...