Jacob Paul
Jacob Paul
I'm running into a similar problem on 7.0.2.4. Steps: 1. Run `db:schema:dump` against a Postgres database where the default precision is 6. 2. The resulting schema.rb includes `precision: nil`. 3....
> Rails can't know the database's default precision, so it can't check to see if it matches the Rails' default precision. Ah, interesting. I assumed it could be derived from...
Thanks. I'm not very familiar with Trix's tests, but I'm able to reproduce in Chrome using a simple Stimulus controller: ```js // trix_debug.js import { Controller } from "@hotwired/stimulus" export...