Samuel Laurén
Samuel Laurén
There are currently no plans for Wayland support. Xcolor is built directly on top of xcb and other X11 related libraries so adding a support for wayland would basically mean...
In #7 I have added a support for "clipboard" selection type. Based on brief testing saving to selection seems to work - at least on my KDE based environment. I...
I agree that having prepackaged deb files available would be a great addition. I have been thinking about setting up something like this at some point. However, I don't personally...
I implemented something like this for [my own Emacs config](https://github.com/Soft/emacs.d/blob/master/init/init-bookmarks.el#L58:L155). My implementation lists all the bookmarks from all the files using Helm. Unfortunately, the implementation is pretty coupled with the...
Ah right, forgot about that, thanks
I've been writing basic api documentation on a separate branch that is based on my multiple backends work as I hope it gets eventually merged. The current progress can be...
Just to update this issue accordingly, I think most of the things described here have been done. Of course you could still have more documentation and the existing documentation could...
Regarding the second and third point, I've made a small proof-of-concept [test case](https://github.com/Soft/nitro/blob/handler-control/tests/test_linux.py). It does not do everything correctly but it still seemed to work in the case of this...
Hmm based on our latest discussion it seems that my approach for system call bypass cannot possibly work, I am wondering why that happened. Maybe I made a mistake in...