David Garcia
David Garcia
### Problem description This could be just a matter of improving the documentation or a bug. I want to manually install and configure a server (solargraph), but the server does...
### Feature motivation When using fish, nvim shell is set to fish. This causes slowness. The most remarkable one is when using nvim/lvim + tmux + fish, getting out of...
## Is your feature request related to a problem? Please describe. I would like to be able to run rubocop ignoring `.rubocop_todo.yml`.I use rubocop with my editor as linter and...
I may be doing something wrong, but I've tried with the following config: ``` --- include: - "**/*.rb" exclude: - spec/**/* - test/**/* - vendor/**/* - ".bundle/**/*" require: - actioncable...
I'm having some issues when navigating via `:e some-path/`. I had `silent_chdir = false`. In some cases the current directory gets changed, and in some it doesn't. The project also...
I was giving a try to rspec-openapi and after trying I'm getting an error when returning a pdf attachment like this: ```ruby respond_to do |format| format.pdf do # params[:content] can...
### Ruby version 3.2.2 ### Code snippet _No response_ ### Description I have followed the intructions for setting ruby-lsp with neovim, and it worked correctly it has stopped working. I've...
I've noticed that if you have the following: ```ruby class PostSerializer < Oj::Serializer attribute :title end ``` You get an error: ```ruby undefined local variable or method `title' for #...
Hi guys, I've checked the issues and couldn't find anything similar. I am trying to implement a multitype array with json schema. ```javascript "persons": { "description": null, "type": [ "array"...
I'm submitting an early draft to see if there is willingness to merge this. I would add test cases and implement the `:raise` option before that. I've tried this locally...