Jacob Atzen
Jacob Atzen
I have this in my `.vimrc`: ``` " Open quickfix after AsyncRun :let g:asyncrun_open = 8 ```
Thank you!
I'm not sure this is a good idea. First up I can't recall having gems not supporting my Ruby version being a problem for me ever. It might be good...
> > First up I can't recall having gems not supporting my Ruby version being a problem for me ever. > > I'm glad this is your experience. Maybe you...
I have this exact problem. Would setting `MISE_DATA_DIR` dependent on the architecture currently running be a possibility?
FWIW, I've been running with an architecture dependent `MISE_DATA_DIR` for a long time now without issues. Mostly using it for development with Ruby.
@yahonda Are you aware of anyone working on providing a Rails 7.1 compatible version beyond what's mentioned in this thread? Are you still working on this adapter or do we...
`@parameter.inner` doesn't select the characters I want. As an example I might want to remove an argument from the argument list. I should be able to do this with "delete...
There's something very wrong here... ``` ruby Redcarpet::Markdown.new(Redcarpet::Render::HTML.new, autolink: true).render("[email protected]") => "[email protected]\n" ```
Got it. Thanks for the quick reply. And thanks for making this docset.