Pascal Birchler

Results 727 comments of Pascal Birchler

Unfortunately we don't really have the capacity to help with such integrations in much detail. Especially without any code repository to look at. Note that we haven't tested the packages...

Approach 1 is not desired. We want to always maintain the existing aspect ratio for stories, not turn them into squares. So number (2) looks better. Any reason/explanation for the...

Proposed blueprint from the directory: ```json { "landingPage": "\/wp-admin\/plugins.php", "preferredVersions": { "php": "8.0", "wp": "latest" }, "phpExtensionBundles": [ "kitchen-sink" ], "features": { "networking": true }, "steps": [ { "step": "installPlugin",...

Great question! Agreed that it would be good to find a more intuitive solution if possible, especially given the CodeQL warning above for one of the regex. At first glance...

@Swanand01 I take it there was no suitable existing package for parsing gradients so we keep the regex?

Hi Diego, very interesting workaround you're sharing here with the block approach. I can confirm this allows translating a story using the WPML the translation editor. The one problem with...

> So, if we continue with the original idea (wrap post_content in a Gutenberg block), the recommended workflow would be: > > * If you want to keep the same...

> We think it's safer if you could implement the Gutenberg wrapper in the Web Stories plugin. It would be possible? I will need to think about it. I worry...

From chatting with @AnuragVasanwala: - 3p media tab probably not a good location, as that's not where a user would expect to find the audio stickers - stickers/shapes tab might...

Some thoughts on implementation details: **`packages/element-library`** * Register a new `audio-sticker` element, which will be responsible for displaying the sticker in the editor and generating the actual `` markup for...