Dimitris-Rafail Katsampas

Results 120 comments of Dimitris-Rafail Katsampas
trafficstars

> @DimitrisRK I'm curious about your thoughts on this approach. My main issue was tsconfig file missing, so I guess this settles it too. No objections from my side!

As mentioned in #6665, this mechanism was implemented for the following reasons: ``` Expose HmrContext interface. Apply changes in app.css or app.scss instantly. Avoid navigation on livesync when changes in...

Thanks a lot for reporting this. I have also taken a look in cbor repo discussion about it and I can confirm NS polyfill for these 2 classes is incomplete...

> ### Describe the solution you'd like > Add css support to include the `border-style` property so that the developer has the option to set a border's style to values...

@farfromrefug Is this case still open?

@felixkrautschuk I was also facing issues because of the exact same `queueGC` calls and it seems that proper iOS native view disposal helped on solving them for me. This is...

> @DimitrisRK you cant use `setClipToBounds` as it is a rect. It wont work with rounded corners. `setClipToOutline` is the way to go on api >21. @rigor789 what issue did...

> @DimitrisRK you cant use `setClipToBounds` as it is a rect. It wont work with rounded corners. `setClipToOutline` is the way to go on api >21. @rigor789 what issue did...

> Thanks, I've tried to define the Rootlayout in the modal itself but same result! > > What should do in order to show the RootLayout at the top of...

@res0 What happens if you remove box shadow? Will radius apply to gradient element?