Arpad Krejczinger
Arpad Krejczinger
Vim has a jump stack which can be used to jump to the previous location, as shown here: https://vim.fandom.com/wiki/Jumping_to_previously_visited_locations This works by default when using tag files and jumping between...
The gherkin terminal reporter doesn't color the steps correctly. Let's say I have the following feature with a broken step: ``` Scenario: Publishing the article Given I'm an author user...
Minimal .vimrc to reproduce the issue: ```vim call plug#begin('~/.config/nvim/plugged') Plug 'vim-airline/vim-airline' Plug 'bling/vim-bufferline' call plug#end() set autochdir " if this is commented out, bufferline works ``` Expected result: when opening...
The documentation only contains the signature of the function, but no usage example or explanation of each parameter. ``` dateFromFields : Int -> Month -> Int -> Int -> Int...
As far as I can tell, currently only dates can be selected, datetimes are not possible. This makes the hour, minute, seconds etc. formatting options useless. Am I missing something?...
Clusterssh cluster files are easy to use, but they get cluttered if you have many machines, since you have to list them all in the same line. Clusterssh tag files...