Mikk Kirstein
Mikk Kirstein
Is there some specific reason why the `ui-ace` throws an exception when we are dealing with `array` or `object` types? At the first glance it seems perfectly safe to just...
Generating tags on a large project takes time. Thats especially annoying when generating tags on each save since system execute is synchronous. The solution here is to use [vim-dispatch](https://github.com/tpope/vim-dispatch), which...
Added functionality to support multiple jenkins views/urls on the same jenkins base url. Usage for single view: ``` JENKINS_BASE = 'http://127.0.0.1:8088/' JENKINS_VIEW = 'view/url' # Will fetch job data from...