Micah Geisel
Micah Geisel
@luke-hill Seeing as this data structure is included in Ruby 3.2 -- and in _core_, not std lib -- I'd say its as standard Ruby as it gets, as standard...
@luke-hill Great! Thank you very much. I'll rebase and continue with the TODO items I listed in the description.
Hey @luke-hill thanks for the heads-up! I'm really looking forward to that release. That line number matching regression has kept me stuck on cucumber v3, and so I'll finally be...
@brenogazzola Ah, I see. I couldn't find specific documentation on esbuild's hash format, but I did find this: https://github.com/evanw/esbuild/issues/1529 , which definitely fits with what you're describing. That more permissive...
For context, my motivation is that this seemingly innocuous feature addition resulted in broken images making it to production. My designer likes to kebab-case his image filenames, and he added...
Oh, wow, and I just realized that this is the same issue that I've been running into with importmaps-rails, lately, as well! Given the file `app/javascripts/lib/utils.js` ```js // app/javascripts/controllers/thing_controller.js import...
So perhaps a conservative alternative could be a new configuration flag e.g. `config.assets.compiler_require_fingerprint = true` that 404s when a fingerprint is absent. Although that wouldn't solve the issue with the...
I got bit by this, also. I think part of the issue might be very simple to resolve: the fingerprint detection regex could be tightened to only hexadecimal `0-9a-f`, rather...
Hi @agaffney, thanks for the issue. We don't currently support CockroachDB in this adapter, but I'm certainly open to supporting it in one way or another! The question is what...
@ablignaut Now that we have restored dependency sanity and can test against real implementations, I'd like to get a failing test that this PR fixes, before merging it in. Admittedly,...