Dennis Cornwell

Results 17 comments of Dennis Cornwell

@thiskevinwang, thanks for the debugging tip, but I've actually gotten to the point that I had a debugger hooked up and was able to hit a breakpoint in the amplify...

@joekendal We ended up changing our identity provider's SAML configuration to side-step the problem and stop sending email addresses as usernames. Unfortunately, I'm not sure if that's a feasible workaround...

Has there been any update on this issue? It's causing a decent amount of redundancy in my graphql schema definition.

It seems like this issue also happens when a generic has a non-generic, non-concrete (interface or abstract class) type as well. For example, ```kotlin interface A { val name: String...

I'm also running into this same error trying to use this plugin against `@svgdotjs/svg.js` version 3.1.1 installed through npm. I'm following the ES import instructions from the readme, ``` import...

This is a NextJS React app using webpack 5. For what it's worth, I did find a workaround. Looks like if I require the plugin inside a `useEffect` during the...

@anup-a FWIW the workaround I suggested would effectively only render once when the component is mounted. Are you concerned about rerenders?

I'm importing and manipulating preexisting SVGs that happen to use units for their font-sizes. A small step in the right direction might be to at least warn or document somewhere...

I think ignoring the unit would work for the case of `px`, but other units mean different things than the scalar values represent. I'll see if I can get a...