Carlos Garcia

Results 176 comments of Carlos Garcia

> @wojtekn Setting a custom language in the Applications language setting did not seem to work for me. The Studio UI still displays in Japanese even if a custom language...

> This idea sounds promising and I believe it's the one we should move forward with. By combining this idea with capturing the volley error, we can effectively communicate with...

Heads up that I've encountered some issues related to this PR: https://github.com/Automattic/studio/pull/502#pullrequestreview-2276754994 Regarding the menu items, since it's created when instantiating the main window, the strings won't be translated because...

I explored the Playground code and noticed that the free and total values are fixed values. Let me briefly explain the references I found while debugging this: ### Free space...

@matt-west let me know if you could take a look at the UI and share thoughts/feedback. I decided to use the [WordPress Notice component ](https://wordpress.github.io/gutenberg/?path=/story/components-notice--default&args=status:warning) as an initial iteration, but...

> @fluiddot Sorry for the slow response on this! > > Using the Notice component here makes sense. We’ll have an updated version of this in the new design system,...

@jeroenpf @matt-west I've addressed the latest comments and updated the message in the notice. The PR is now ready to review. Thanks 🙇 !

> @fluiddot it works for most of my sites. However, it disables Import / Export for some older sites that had `-main` appended to the sqlite plugin name: > >...

I couldn't manage to get a successful response from the WooCommerce REST API using API keys. As far as I checked the code, basic authentication is only enabled when using...

A first step to solve this issue has been implemented in WordPress-Playground: https://github.com/WordPress/wordpress-playground/pull/1753