Gencer W. Genç
Gencer W. Genç
Is it possible to at least provide basic support for Parameter Hinting? Just like RubyMine does or recently VSCode team added support for this on JavaScript/TypeScript as seen here: https://github.com/microsoft/vscode/issues/16221#issuecomment-879538951
When I `Ctrl + Hover` then `click` on method, it goes to wrong place (`line`) of the target. See here:  Sample project in GIF:
How do you handle authentication using this library? In most cases redis is protected by password for safety. I would like to know how we handle authentication.
*Slim is a Ruby HTML Template engine alternative to Haml and ERB.* It would be nice to see slim template engine support with this outstanding extension. In slim, we use...
## Description rvm fails to compile/install Ruby 3.0.1 from source. ## Steps to reproduce 1. `rvm install 3.0.1` ## Expected behavior Expected the build succeed. ## Actual behavior ```bash Error...
It will be awesome if we can expose `PORT` in `.env` file. Currently its statically typed to `3000`. This conflicts with current probots in our server `.env` should have `BASE_URL=https://...`....
When I return a status code other than `200`, Nginx intercepts the request and show static nginx error file instead of my custom content generated in Ruby. For example; ##...
**Definition:** ``` params do optional :folder, type: String, default: nil optional :tag, type: Array, default: nil exactly_one_of :folder, :tag end ``` **header**: ``` Content-Type: application/json; ``` **request body**: ``` {...
### Steps to reproduce 1. Create a rails project. 2. Add `grape` as a dependency and install 3. Open `routes.rb` and add following: ``` # frozen_string_literal: true class DomainConstraint def...
Maybe we can examine queries executed by Sequel? RackMini supports Sequel and easily handle it. Maybe you can see the source code and adapt to ScoutApp? After I GoLive, In...