Brad Schrag
Brad Schrag
I'm trying to add `stimulus-popover` into an existing application and when doing so I'm unable to get webpacker to compile without an error. The specific error I'm seeing is: ```...
Fixes #250 ### What is the purpose of this pull request? This PR allows for a configurable option to declare how the ordering of the triggers are generated as part...
### Tell us about your environment **Ruby Version:** 3.0 **Rails Version:** 7.1 **PostgreSQL Version:** 14.? **Logidze Version:** 1.2.1 though this exists on 1.3.0 ### What did you do? We use...
When setting the config from an initializer a `Rails.application.reloader.to_prepare` block, falsey config values are not honored. The audits1984 [config assignment](https://github.com/basecamp/audits1984/blob/master/lib/audits1984/engine.rb#L19-L23) is structured slightly differently, which has been done since the...
In an effort to keep our `application.rb` file as close to a default rails app as possible, we chose to configure console1984 in an initializer using a `Rails.application.reloader.to_prepare` block. ```...
As mentioned in #33, parsing of the sql messages can have a large impact on the schema dump process when running `rails db:migrate`. The intent of this change is to...
In my current project at work, we noticed a considerable increase in the time for our `rails db:migrate` command to run that seems to be related to `pp_sql`. To test...
Hello @seanhandley Came across what seems to be a bug. When calling `H3.line` for two points that are far enough apart such that a line can't be created, the `line_size`...