Felix Schlitter

Results 57 comments of Felix Schlitter

Thank you for the detailed explanation. This could sound silly, but could bats itself not work under `set -u`? I know this only fixes this particular issue and not the...

fwitw, this is fixed in pending https://github.com/yasuyk/helm-git-grep/pull/40

That sure would be awesome

What is happening with this? Looks interesting.

Shouldn't it be easy to validate an entry's lamport clock as it's a function of the entries' parents' clocks? Provided you validate all the way to root. On Friday, November...

Is there any way to activate this mode from the console until such a switch exists?

Yup there is. I've found this for the time being: https://chrome.google.com/webstore/detail/pocket-vim/pjnhffdkdckcagdmfmidafhppbomjdjg/related.

This is only the case for repeating positional arguments as they are expected to appear directly adjacent currently. I think it should be possible to handle this case, I will...

Neodoc parses that one just as well. Make sure to turn on "smart-options" to transform from `[-t ]` to `[-t=]`, meaning that `` is bound to `-t`.... I think that's...

Alright, so I was wrong (luckily). Neodoc *already* supports what you want to do. I apologize for the confusion. Here is what's happening: You specify `usage: foo [-abc] ...` which...