Kaka Ruto

Results 12 issues of Kaka Ruto

## Problems summary I am working on a project that uses Node version `12.16.1`. Neovim picks this version of Node and uses it, making some fzf-preview functions to fail with...

I had an issue with my Ruby installation using asdf-ruby. So I deleted that installation (Ruby 2.5.1) and reinstalled it. I also uninstalled all Solargraph gems just incase they were...

Can't reproduce

Sometimes you do not want to map a pattern for maybe a single file, and you just want to teach `:Other` that the following file is the 'other' file that...

enhancement

Hi @rgroli , thank you very much for this awesome plugin! I'd like to contribute, but I've not contributed or set up a Lua project before. If you can add...

This adds a new `update` method for DNS records, which will update all the values of a DNS record, namely: the `type`, `name`, `content` and `options`, The current `update_content` method...

Hi @hotchpotch Thanks a ton for this very helpful gem for the Ruby community. Been just wondering if this gem is still in maintenance? Seen a good number of issues/comments/pr's...

HI! First of all thank you for this work! I am displaying a modal with a form to create a post, running backend validations on submit and displaying any errors...

### What would you like? Telescope loads in under a second, but this extension's search window loads in like 8 seconds in a large project. It would be nice if...

feat

### What happened? When I live grep or find files, I get the message `The `no_ignore` key is not available for the `find` command in `get_dirs`.` ### Neovim Version ```shell...

bug

I have a `NewsletterMailer` class inside the mailers directory That is being called in one of the controllers this way ```rb if @subscriber.save NewsletterMailer.with(email: @subscriber.email).welcome_email.deliver_later end ``` When the subscriber...