Mislav Marohnić

Results 921 comments of Mislav Marohnić

Sorry that this is biting you all! This issue was reported to the responsible team at GitHub, but I don't know when it will be solved.

Hi thank you for reporting! So it looks like the unwanted piece of output is this on the first line: ``` myusername" ``` And you're saying that this doesn't happen...

@jfelchner Can you reproduce this in other shells, or when you use single quotes? ``` hub pr list -f `%U%n` ``` I'm wondering whether your shell interprets `%U` somehow 🤔

@kubek2k I've only now had time to more thoroughly review it, sorry. Looks great so far! It would be nice if you could merge latest master into this branch and...

Hi @FooBarWidget thank you for your contribution! The code looks solid. I was, however, thinking about how "RBENV_SYSTEM_VERSIONS_DIR" doesn't sit perfectly with me as it's an oddly specific name for...

> all plugins, including ruby-build/rbenv-install, will have to be updated to support this new `RBENV_ROOT` format. That's a good point. 🤔 With that in mind, it might be a better...

@FooBarWidget Just dropping a note that I'm taking this into consideration yet again. Doing some code experimentation on my own end first. Please let me know if your requirements changed...

@FooBarWidget Thank you for elaborating, spiking out the implementation, and for your patience. This changeset is more code that I am comfortable accepting into the codebase right now, as I'm...

I'm sorry you're having trouble! Does the `rubocop` binary for 2.6.5 exist? Check with ``file `rbenv prefix 2.6.5`/bin/rubocop`` If not, where does `gem install` place the `rubocop` binary if not...

@longspell Ah, sorry for this not being more clear: rbenv does not have support for discovering binstubs under `~/.gem`. This is because [discovering those binstubs isn't straightforward](https://github.com/mislav/rbenv-user-gems/blob/953b65bbcf6b4ab8a888f578bf6575a6a7e7a715/share/rbenv-user-gems.sh#L9-L19) and we would...