Max Baz
Max Baz
Currently only insert mode is supported, and judging by the comments in code you have at least considered supporting other modes. Do you have some insights, how difficult would it...
It would be really cool if it would not only be possible to paste the data from clipboard, but also upload it from a file. If you don't want to...
https://wicg.github.io/ua-client-hints
Hello, Thanks for the interesting project! Thinking of a self-hosted scenario, I can see that it's possible to configure TURN server, but I would like to restrict its usage only...
Unfortunately even in 2015 some servers do not support password encryption. I came across [this thread](http://sourceforge.net/p/emacs-jabber/mailman/emacs-jabber-general/thread/[email protected]/), which provided a patch to create an option for allowing the transmission of cleartext...
Hello 👋 It seems like other projects also create [90-backlight.rules](https://gitlab.com/wavexx/acpilight/-/blob/master/90-backlight.rules) file, which causes unnecessary conflicts, which has been reported [here](https://bugs.archlinux.org/task/63684). I noticed that at least on my system, many other...
For the past few weeks @cyrinux and I both experience a weird situation when clicking on modules very often (but not always) does nothing except showing JSON parsing error. I...
It's 2018 now, HTTP/2 is widely used, but `httpie` still doesn't support it out of the box. Let's fix this. I know about [httpie/httpie-http2](https://github.com/httpie/httpie-http2), but there are issues with this...
Right now scrolling for X11 is handled via Button4 / Button5 key presses, which is very rough. https://github.com/glfw/glfw/blob/53c8c72c676ca97c10aedfe3d0eb4271c5b23dba/src/x11_window.c#L1395 The comment above is not true since 2011, when X11 implemented a...
FZF has a very interesting feature, it remembers all your searches and allows you to scroll them to repeat past search. For example, suppose you use zsh-fzy (you really should...