Mateusz Jończyk
Mateusz Jończyk
Hello, It would be helpful if in the doc it would be written which versions of clang the plugin works with.
Hello, e2guardian is currently licensed under GPLv2 "only" with OpenSSL exception. I would like to ask You to consider relicensing e2guardian to GPLv2 "or later". This would improve license compatibility...
This commit adds the following configuration parameter: coordinates.minErrorStatic Distance in meters. Value of `coordinates.minErrorStatic` that applies when the speed *as reported by the device* is equal to zero (or, more...
Somehow, non-class files may find their way into the jar archive. For example, I had Tk103ProtocolDecoder.java open in Vim. Vim created a temporary file called .Tk103ProtocolDecoder.java.swp which was imported into...
After pressing `s`, todo.vim used to sort all lines alphabetically. This caused tasks related to different projects to be placed apart from each other - the whole list was then...
I use ``` :%! python -m json.tool ``` to pretty print the file. Vim-json could integrate support for it.
Hello, While browsing through the app directory on sdcard (`/mnt/sdcard/com.drodin.tuxrider`) I have noticed the file `fonts/trebuchet.tfm`. I realized that the name is similar to the [Trebuchet MS](http://en.wikipedia.org/wiki/Trebuchet_MS) font. I have...
Hello, When I have NERDTreeTabs open and I save a session (through :mksession or :SessionSave from vim-session) and then I try to restore it, strange things happen. Steps to reproduce:...
There is a regression in vcut that caused a segmentation fault every time I run this program. It was introduced by commit f7cb48a75de43af793b0399382faec39fcb9b495 (Flush stream after the third header packet,...