Fabian Schwahn
Fabian Schwahn
What is the current behavior? ----------------------------- Use `heroku run ` on a Macbook with ARM processor (M1 / M2). After the command has run, an error message will be shown....
This is a continuation of #182 - for which I supplied a bugfix a few years back. We are still seeing a race condition, but this one is much rarer....
We just caught the following during code review: ```ruby model.to_sgid(purpose: :api, expires_at: 1.day.from_now.end_of_day) ``` The correct option to pass is `for` instead of `purpose`. This went unnoticed because everything still...
This happened to me when running `rails db:migrate`. I have never seen this before, and I have been using spring daily for years. Maybe it is connected to the changes...
net/http (and by extension open-uri) by default retries GET requests one time (max_retries = 1). It would be great if this setting could be altered through open-uri. It is already...
Hi, first of all, I'm slightly confused why the Procfile in this example differs slightly from your new [deployment walkthrough](https://www.phusionpassenger.com/library/walkthroughs/deploy/ruby/heroku/standalone/oss/deploy_app_main.html) - is there a reason for this? Secondly, in your...
When there is another `` with `autofocus`-attribute on the page, trix will take away the focus from the field. I tracked this down to this method (added in 9c433d56b3a9db71ba793f3ace10798d58d48e86) https://github.com/basecamp/trix/blob/457a834808abe07058e4e8fda1b2cb0452868e2c/src/trix/models/selection_manager.js#L92-L94...