Loic Nageleisen
Loic Nageleisen
In my opinion it should simply get closed, as it just lost focus (or at least is supposed to).
Wait a minute, I just understood what you meant by "are started from an ex-mode command" thanks to the linked thread (I thought you meant pressing Ctrl/Cmd+P). The command input...
As of today, ex-mode is tied to an editor. Vim does not have this behaviour since it always has a buffer/window open, plus the fixed location makes it appear as...
Well, there's so much going on here. I'm following this and have a number of ideas, but let me ponder this a bit more. The night's your ally :-)
Valid point, but there are a number of differences between vim and atom that must be taken into consideration. First, we have no control over vim-mode's `/`, which has this...
I replaced the placeholders in your blog post with actual commands that attempt to Do The Right Thing when no argument is provided: ``` [alias] recap = !git log --all...
@tbirrell this is `git pull --rebase`, which you can make the default with `git config [--global] pull.rebase true` (and [more](https://stackoverflow.com/questions/13846300/how-to-make-git-pull-use-rebase-by-default-for-all-my-repositories#13974638)).
Seconding that use case, which is very close to mine: on my Mac Mini I have a auto-login main unattended "server"/"pseudo-root" account for always-running services that require a GUI or...
Might be related, I'm not too sure, but unpacking a hash enumeration fails: ``` hsh.each.with_index do |(k, v), i| ``` Steep reports: ``` lib/datadog/appsec/waf.rb:285:33: [error] Unsupported block params pattern, probably...
I seem to have a similar issue. I hit the following exception, which seems to come from some unhandled parsing issue, and then `steep` just hangs, which, irrespective of the...