Ray Suelzer

Results 39 comments of Ray Suelzer

Yeah, it fires infinitely for me when you reach the end. It seems to have to do with an improper or failure to round fractional values. Forgetting the exact issue,...

Could the library safely replace double slashes after the protocol? `//` => `/`? Not sure of a use case when you would have double slashes in a URL or if...

I think I had a similar problem. I did two things, not sure which solved it. 1) I put an ngIf on the root component when a user is logged...

I am running into an issue where my app is deployed on a variety of subdomains, the goal was to have the redirect_url be determined through the window.location, however, this...

Not sure the best way to fix this, but the default configuration is insecure and breaks CORS requests where servers do not accept the headers which are being added to...

Yikes, this should be a top priority. People are going to end up bypassing sanitizing entirely because not being able to add style="font-size: 12" is a pretty big problem for...

> > To summarise my understanding of this issue - we want to keep ("survive sanitisation") the `style` attribute (and its value) when dynamically inserting HTML (reproduction with the latest...

We ended up disabling the sanitizer and ported this one (which sanitizes style attribute, instead of deleting them) and use it with a pipe. It's not a ton of code...

@crisbeto This is impacting a bunch of places even when you are not using both. See this... https://stackblitz.com/edit/components-issue-dtbkuj?file=src%2Fapp%2Fexample-component.html,src%2Fapp%2Fexample-component.ts

@iKrishnaSahu good to know. I see you contributed at my extremely unofficial fork I had to make a few years ago. I'm not sure if I am using ivy there...