Leon Dmello
Leon Dmello
I can confirm that we are facing this issue as well
> not sure if it works on newer versions. That's usually the problem with such fixes. They might break on newer versions of the library. It's better to fix the...
@offirgolan Do you have a preferred direction to resolve this one. We would be happy to submit a fix if you had an inclination towards a particular solution.
So I was hit by something similar wherein I thought the bug must be in `ember-cp-validations` With further digging though, I found that the `CPs` aren't recalculating for some reason....
The issue I faced was due to adding `volatile` on the CPs https://github.com/emberjs/ember.js/issues/17037 That would explain why the `disabled` CP wasn't recomputing as the thing it was depending on was...
Does anyone know if there is a plugin which already does this? Would be great if the `revision-key` can be added as a meta tag to the `index.html`
I was facing this issue as well, but then I had a close look at my code. It was the behavior of my app as I was triggering the task...
We faced the same issue, ended up adding a monkey patch via an initliazer ```ruby module InlineSvg class WebpackAssetFinder Webpacker = Shakapacker if Rails.env.development? class Shakapacker::DevServer def https? = false...
> @leondmello can you test this branch? https://github.com/tagliala/inline_svg/tree/feat/support-shakapacker Thanks for the fix! Sorry, couldn't check this earlier.
Job with concurrency key blocked when it shouldn't have, eventually was run after `duration` expired
That would be a lot of logging unfortunately. And this isn’t that common.