R Gibim

Results 42 issues of R Gibim

I'm not sure whether should I create this issue here or on the rubygems repository (to the Bundler maintainers). Let me know what you think. A have overcommit installed with...

When the input `input_files` is not defined, the `config.input_files` will default to an empty array, which always evaluate to true - that was triggering a misleading warning suggesting that the...

Migrating an application from Hanami v1 to Hanami v2, I've came across a few actions that were protected by basic authentication on the following manner: ```ruby module Auth::Basic def self.included(action)...

Developing an application, I was given a task to change the logger formatter, so the logs are correctly consumed by our observability stack. It's also a requirement that production logs...

(using latest `0.49.0` version with solargraph-rails `1.1.0` on ruby 3.2.2, after running `yard gems`) Trying to index the files on a particular project Rails takes too long to finish. The...

Hello Hanami team 👋 First, thanks for the amazing project. It's a breeze to have projects like Hanami, dry-rb and ROM in the Ruby community 😄 That being said, I've...

Hello! I've just found this another surprising behavior when writing a simple Hanami app, this time related to trailing slashes: ```ruby router = Hanami::Router.new do get "/users", to: ->_ {...

In `dry-validations` and `hanami-validations` we can define arbitrary _rules_, which are particularly handy when defining a validation that acts on multiple attributes, e.g.: ```ruby class EventContract < Dry::Validation::Contract params do...

Hello 👋 First of all, thanks a lot on the fantastic project! I've been using simplecov since I started working with Ruby years ago. It's fantastic that we have this...

The gem breaks when the distance between two coordinates is over 100 miles. #34 is a PR that fixes the problem just for reference - be warned that it breaks...