Mislav Marohnić

Results 921 comments of Mislav Marohnić

Nope, this is still a problem since we haven't changed the way we handle event delegation.

Can you try again using rbenv-communcal-gems, but after removing rbenv-bundler [which is evil and should never ever be used](https://github.com/sstephenson/rbenv/wiki/Plugins#bundler-integration)? How are you detecting recursion? What are the processes being spawned...

I was bitten by the same issue as @mikerudolph above: ``` too many connection resets (due to Timeout::Error - Timeout::Error) after 0 requests ``` This is an issue separate from...

@ifduyue Yours isn't the same issue, as it seems you're getting valid "too many connection resets" errors due to read timeouts. It's probably that you're not giving enough time for...

Thanks! I have pushed some changes: - the script is now renamed to `_rbenv` to enable autoloading - rbenv command completion now includes command descriptions To try this out, please...

> suppose it could be indicated in the README that it is necessary to add project's `completions/` in the `$fpath`. That's a very good point. Users of “basic git checkout”...

Hi, thanks for reporting. It looks like your zsh shell has lots of customizations. Could it be that one of these customizations is affecting the behavior of typing `rbenv `?...

It's true that we still use the outdated `compctl` system and that we could potentially migrate to the new completion system, especially to make use of features like autoloading and...

Could you run `zmodload` to check if `zsh/compctl` is listed?

Well, that is really weird. You're welcome to submit a PR with your changes that transition to compsys! I was hoping to explore improving zsh completions anyway by adding descriptions...