Derek Blank

Results 31 comments of Derek Blank

On investigating further, indeed the [onMediaUploadProgress](https://github.com/search?q=repo%3Awordpress-mobile%2FWordPress-Android%20onMediaUploadProgress&type=code) events are still retained from from the [EditorMediaUploadListener](https://github.com/wordpress-mobile/WordPress-Android/blob/fa611303b222609bd4e61d0a10f02508c42e0667/libs/editor/src/main/java/org/wordpress/android/editor/EditorMediaUploadListener.java#L9) Interface. With the additional context of the timeline, I agree the Story removals code is not...

After some initial investigation, this appears to be both device- and site-related. In the screenshot above, my device is set to `en-AU` Australian English (colour), but I believe my site...

When running these updated dependency changes locally, I encounter the following error when starting or creating a site: ``` Starting new session Error occurred in handler for 'startServer': TypeError: php.setPhpIniEntry...

> I can try to setup a PR in wp-now repository that will be easier to migrate here 👍 That sounds great. Let me know if I can help review.

> Should we continue with this PR and plan to switch from using setPhpIniEntry to setPhpIniEntries? I agree. I don't have much context for why wp-now is included as a...

Updating with some notes, findings, and next steps: - [x] 🎨 The `` [onChange](https://github.com/Automattic/studio/pull/72/files#diff-e7ec7243cd5c365101044cf8609b76a1cfa14916b629b9e192668ce53e651cdbR34) event will need to handle the locale change. - [x] 💾 The updated preferred locale string...

Just following up on this one - it seems like WebP support in Studio would be resolved when the changes from https://github.com/WordPress/wordpress-playground/pull/1393 are published (and the `@php-wasm/node` dependency can be...

On further investigation, I noted that this issue appears to only affect WordPress.com sites. I was not able to reproduce it using `24.3-rc1` and a self-hosted site. It appears that...

Noting continued investigations that this appears to affect other media blocks on Android as well in 24.4, including the Image block (video example below). Reaffirming that it appears that the...

From the stack trace, it appears the issue may be due to `contentStyle` being undefined in [this line](https://github.com/Automattic/block-experiments/blob/cd92eeb7c8b66304ccd77637abdc0d4493645c1d/blocks/layout-grid/src/grid-column/edit.native.js#L118) from the grid-columns block on the block-experiments repo: ``` const calculatedColumnStyles =...