Jacob Atzen
Jacob Atzen
It would be nice to have lists with items spanning multiple rows indented to the same level for text. This is just my opinion, so feel free to close this...
When trying to use DatabaseCleaner 2.0.0 with Ruby 3.1 and a database.yml file containing aliases I get this error: ``` Psych::BadAlias: Unknown alias: default lib/database_cleaner/active_record/base.rb:49:in `load_config' ``` The YAML loading...
**Describe the bug** I have this code and with the cursor on the `b` in `abc` I execute the function:  This is what is selected:  **Expected behavior** I...
After upgrading to 0.8.0 we're seeing an error when calling one of our Oracle functions. The function has the signature: ``` FUNCTION get_customers (customer_id IN NUMBER, user_id IN NUMBER, p_customers_tab...
Would it be possible to add a "reverse index" so that I could lookup the tailwind classes using this docset? It would be helpful to be able to be able...
Trying to call: ```ruby Net::HTTP::Persistent.detect_idle_timeout('http://proxy.example') ``` results in: ``` NameError: undefined local variable or method `sleep_time' for Net::HTTP::Persistent:Class ```
`Concurrent::Hash` and `Concurrent::Array` are not fully threadsafe on CRuby. This can be demonstrated for `Array` with: ```ruby require 'concurrent/array' array = Concurrent::Array.new array
### What problem are you trying to solve? I tried using the postgres plugin, but I was unable to start the postgres server as I was already running another postgres...
I am the maintainer of a gem. When I run `bundle console` I get a deprecation warning: ``` [DEPRECATED] bundle console will be replaced by `bin/console` generated by `bundle gem...
### Description ### Ruby LSP Information #### VS Code Version 1.104.1 #### Ruby LSP Extension Version 0.9.32 #### Ruby LSP Server Version 0.26.1 #### Ruby LSP Add-ons #### Ruby Version...