Enrico
Enrico
### Elasticsearch Version 7.17.4 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Mac OS X Ventura ### Problem Description I'm trying to install Elasticsearch [using this...
Here a screenshot: 
Under strings utility functions I think the `parameterize` function it would be much appreciated and helpful. Here is the Ruby o Rails documentation: https://api.rubyonrails.org/v7.0.4/classes/ActiveSupport/Inflector.html#method-i-parameterize
I don't know if this is the right place to a feature request. Anyway I request: * A json diff tool like the webapp http://play.jd-tool.io/ * In the current json...
With the new Sidekiq release v8 this gems is not working anymore. I get the following error when I run `./bin/dev`: ``` WARN 2025-03-13T19:11:28.139Z pid=44560 tid=wa0: `Sidekiq::Web.register` is deprecated, use...
I have registered the Capybara driver for Playwright using the following code: ```ruby Capybara.register_driver :playwright do |app| Capybara::Playwright::Driver.new(app, browser_type: :chromium, headless: false) end ``` My test configuration in `test/application_system_test_case.rb` is...
**Description** Currently, `annotaterb` provides annotations for models and routes of a Rails application. It would be incredibly useful to have a dedicated command (e.g., `annotaterb controllers`) that automatically inserts comments...
I'm encountering the following error when running my test suite: ``` Run options: --seed 36906 # Running: E Error: CreateFutureOrdersTest#test_create_future_order: NoMethodError: undefined method `[]' for nil memo_wise (1.10.0) lib/memo_wise.rb:205:in `min_shipping_method_cost'...
### Problem description ## Description In Sublime Text, keyboard shortcuts (key bindings) are displayed correctly in the **main menus** (e.g., `Tools`, `Edit`) and are discoverable in the **Command Palette**. However,...