James Inman
James Inman
@joezsweet No, I changed libraries instead. :)
Thank you @vlazar, I think @LeaVerou is right - what I could do with is the user only ever seeing the value, but the backend seeing the ID. I'll certainly...
@MIchaelMainer Could this note be added in a prominent place to the README? I personally didn't find it until we came looking for why a specific piece of functionality didn't...
@manuelmeurer It looks like the approach you could take is to name your "application" modules something else, e.g. "frontend", and then do: ``` ``` ``` ``` I'm going to give...
For what it's worth, I've got the same issue in the test environment: ``` my_engine/spec/dummy ❯ ./bin/importmap json { "imports": { "@hotwired/stimulus": "/assets/@hotwired--stimulus-8460570e.js", "@hotwired/stimulus-loading": "/assets/@hotwired--stimulus-loading-25917588.js", "application": "/assets/application-befe7753.js", "controllers/application": "/assets/controllers/application-1b22bc5a.js", "controllers/hello_controller":...
This looks like an issue in `forwardable`, see ruby/forwardable#35, and I've just raised this upstream at https://bugs.ruby-lang.org/issues/21708.
@danielmorrison Is this something you can help with, or relax the constraint so we don't hit it on every Rails version upgrade? I'm still using @caonUlisses' fork as I presume...