Mik

Results 105 comments of Mik

Thanks for clarifying the additional packages. Reversing the plugin load order in itself is not enough to reduce the conflicts, because like you mentioned it will just be a conflict...

> would you consider an all-on-none policy, where any package that's modified becomes a part of an isolated namespace? We'd definitely take it into consideration. But we'll have to revisit...

Additional note in regards to PR #1859 It only partially resolves this issue as it additionally prefixes the `google/apiclient` and `google/apiclient-services` packages. The structure is now in place to prefix...

> Did you try [BrianHenryIE/strauss ](https://github.com/brianhenryie/strauss)? It would do most of what you described in that PR and the rest would be a valuable contribution to Strauss. Thanks for the...

In addition to replacing the image the correct name (in text form) is `Google Listings & Ads` There are a few locations in the onboarding wizard where `and` will need...

The original business flow has already been removed in https://github.com/woocommerce/woocommerce-admin/pull/7103 (included in WooCommerce 5.5 RC 1) So replacing the image is no longer relevant. We can still change the text...

> the Plugin Name section of google-listings-and-ads.php file We'd have to be careful with changing that one. Because on WordPress.org the plugin slug is auto generated from the plugin name....

Just wanted to add that we want to do this for both `object` and `array`. Here is a list of the [primitive types](https://developer.wordpress.org/rest-api/extending-the-rest-api/schema/#primitive-types) for reference.

I tried to look into this a bit more and find examples of how it's being handled in other extensions. From the examples I found the validation / sanitation based...

Additional details on preparing responses: pb0Spc-2pd-p2 I'm going to relabel this as technical debt, as we need some further discussion on how to align this across all controllers. It's not...