Gerry
Gerry
It seems like this issue is caused by pyenv https://github.com/pyenv/pyenv/issues/843 https://github.com/pyenv/pyenv/issues/779 and apparently this plugin solves the issue: https://github.com/pyenv/pyenv-which-ext
Here is the link to @pierre-rouleau's repo: https://github.com/pierre-rouleau/command-log-mode
> With the mac keybinding, I'm afraid I don't really know how that would be done. Even just an explanation in the README about how you do it in your...
For anybody following along. The last PR working on this was just closed: https://github.com/alacritty/alacritty/pull/4550#issuecomment-813026516.
> will this ever get implemented @cshjsc I hope so, but I'm not working on it. Are you?
@zph THANK YOU
@bronislav I think it should. `exit-p` works better for me btw, as it won't kill the server and instead will just exit the session.
Reverting back to version 1.3.3 of pry-byebug fixes the issue: https://github.com/deivid-rodriguez/pry-byebug/issues/33 The author of pry-byebug doesn't use the gem any more, so is understandably unmotivated to fix issues: https://github.com/deivid-rodriguez/pry-byebug/issues/45#issuecomment-68314470
@gruberdev awesome work! I recommend splitting off (while still giving credit to the original) so you are no longer just a fork of this repository. This way yoru fork is...
What is it that should be in my path though? ```org #+begin_src elisp (member "/snap/bin" (split-string (getenv "PATH") ":")) #+end_src #+RESULTS: | /snap/bin | /home/hello//.krew/bin | ``` It seems to...