Eduardo Speroni

Results 119 comments of Eduardo Speroni

@cjohn001 is there any calls to setAttribute on the old one? Seems like the new version isn't calling `setAttribute` with the namespace. Seems like angular might have changed the way...

it's not that we don't want to support it anymore, it's that angular is changing how it sets those, so we'd need to work around it. Ever since I wrote...

it seems like your code on iOS is static, while android has dynamic content. So most likely angular itself is using setAttribute (correctly) on iOS and setProperty on Android (which...

@farfromrefug once the build finishes you can get the .tgz from the artifacts here: https://github.com/NativeScript/ios/actions/runs/5456662035

Sorry for the delay. For some reason the official picturefill examples don't include the proper way of using the picture element. In fact, the img element with srcset and sizes...

When I was using the img element, google's speed test would always get the biggest image possible (even on mobile), and give my site a very low grade. As of...

Ok, I messed up a little. First of all: forget about everything I said about "zooming in". This isn't possible with the current "technology". My ideal scenario was: render it...

Well, after messing with WP 4.4 settings I decided to use their method instead. It's a bit more complicated to customize, but well... I agree that the plugin is pretty...

@h-a-n-a cla signed! I'm not sure what other package besides `@rspack/core` would be affected by my changes, could you provide any guidance on that?

@h-a-n-a the missing features are in the `thisCompilation` hook. It exists but it doesn't pass the moduleFactories in the arguments, so angular fails to compile (https://github.com/angular/angular-cli/blob/main/packages/ngtools/webpack/src/resource_loader.ts#L182). I imagine the missing...