Pascal Birchler

Results 727 comments of Pascal Birchler

@sayedtaqui I've been thinking how we can best implement these changes and prevent regressions in the future, perhaps you have some thoughts on that too. It looks like there are...

> I see there are total 13 such errors. [...] Going through them one by one: https://github.com/GoogleForCreators/web-stories-wp/blob/079afb26848da38dd40b465424128c1516d06661/packages/design-system/src/components/tooltip/index.js#L304 Can probably just use `document?.body` there and then suppress warnings. https://github.com/GoogleForCreators/web-stories-wp/blob/079afb26848da38dd40b465424128c1516d06661/packages/react/src/useResizeEffect.js#L22-L28 Can suppress...

Copying idea from #2549: > We should warn the user about this and let them decide whether to change the video to "play once" instead of looping.

@o-fernandez This happens also to non-looping videos it seems? 1. User adds video of 30 seconds (not looping) 2. Auto-advance is set to 7 seconds 3. Video only plays for...

@o-fernandez turns out it's a bug, will investigate... Edit: #5030

It might not be the best issue to pick up, but you're definitely welcome to try if you want to :-)

Amazing! Yeah sure why not 👍 Then the team can provide feedback already in this early state

@barklund @merapi see above, mind taking an early look at #12382?

Uhm, probably? Not sure how many sites have odd `blog_charset` configurations.

We had a couple of reports about mangled special chars in the past, where the encoding was off. But we'd also use `mb_convert_encoding` for other cases, such as https://github.com/google/web-stories-wp/pull/4859