johanrd

Results 40 comments of johanrd

Tried some of the alternatives now. The only one I found that that had a "no credit card" & "no paid plan" Static Images API that almost looked good as...

@NullVoxPopuli: For me, this error is logged in sentry from time to time from real world usage by customers (both from Chrome and Edge users) No steps to reproduce yet...

@NullVoxPopuli like this? radial-gradient-reproduction.ts: ```ts import { template } from "@ember/template-compiler"; const RadialGradientReproduction = template(` `, { eval () { return eval(arguments[0]); } }); export default RadialGradientReproduction; ``` (how the...

btw, this seems to be an issue with all svg elements with camelCased tag names, e.g: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath

@lifeart Yes, that may very well be. As commented on https://github.com/glimmerjs/glimmer-vm/issues/1372#issuecomment-1314515038, I don't think it is a very viable solution to tell users to uninstall various chrome extensions and/or not...

@kategengler great, thanks, yet, maybe I committed to the wrong file, as the [release notes of 5.6.0 still does not include the line about glimmer-vm](https://github.com/emberjs/ember.js/releases/tag/v5.6.0)?

Okay, so an update here: I have yet to create a minimal reproduction. It might be linked to happening only in-combination with a [memory leak regression i found in ember-intl](https://github.com/ember-intl/ember-intl/issues/1848)....

@SergeAstapov Thanks for your reply. Closing for now, as I have yet to pin it to a simple reproduction. It may have been related to https://github.com/ember-intl/ember-intl/issues/1848 and/or https://github.com/glimmerjs/glimmer-vm/pull/1440. Thanks also...

Yes, this seems like a nice path! Though, I guess it may be wise to wait for firefox to enable it by default.

I was tempted to try it out a bit now, as I have very good experience with the popover api so far for other use cases (except [this extremely silly...