Max
Max
Without argument `:AbortDispatch` only abort the last request even though this request is completed , ignoring request still running in the stack (`s:makes`). I use `vim-dispatch` mainly to start repl...
I've just discover this utility and I am really impressed. It is so far the best utility I've found to play with csv. However, there is a small improvement which...
I've been using tig for years and years and it's been brilliant. However there is one thing which is missing is a way to jump to the "Changes not staged...
Fixes TigOpenFileWithCommit broken if not all arguments are given.
`:TigOpenFileWithCommit` without arguments used to call `tig_explorer#open_file_with_commit` with no arguments using the default value being the current file and head. `:TigOpenFileWithCommit!` would then open a diff with the current head...
It would be nice to be able to skip record (when parsing) like blank line, comment etc ... I tried using `mzero` for that, but it's equivalent to `fail` which...
At the moment there is `FromField` instance for `Either Field a` but there is no instance for `(FromField a, FromField b) => Either a b` which can be useful to...
I have a little problem trying to parse a csv which has spaces for null value (ex `"item, ,"`). The way to handle null values is obviously to use `Nothing`...
I've just discovered this tool which looks great. I often have to mess with csv files and this tool seems awesome. However, I was wondering if there were an option...