Tomek Wytrębowicz
Tomek Wytrębowicz
### Description of the Change After updating to the latest docker on Ubuntu, the 10updocker failed to start due to an error about lack of `docker-compose` Error : Starting aw-analytics-test_memcached_1...
Fixes https://github.com/10up/wp-local-docker-v2/issues/157. ### Description of the Change As a WP plugin developer, I'd like to be able to easily set up environments with different (dated) versions of WP to test....
_:warning: this PR targets a feature branch together multiple improvements to Analytics codebase_ ### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)....
### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...
## 📝 Provide a description of requested docs changes ...at least to me. After reading - https://ckeditor.com/docs/ckeditor5/latest/framework/guides/deep-dive/observables.html#property-bindings and - https://ckeditor.com/docs/ckeditor5/latest/api/module_utils_observablemixin-ObservableMixin.html#function-bind I still am not sure how do those two work....
### Changes proposed in this Pull Request: - This PR adds `google-for-woocommerce` group to the WC REST API `/settings` endpoint and G4W specific settings to that group. Part of pcTzPl-2AM-p2...
_(This is a follow-up from https://github.com/woocommerce/google-listings-and-ads/pull/1025#discussion_r717420234)_ ### Changes proposed in this Pull Request: Remove `subpath` URLQueryParam from settings pages. Use WC navigation features instead. This way we have - routing...
As briefly suggested at [README.md#usage](https://github.com/webcomponents/shadycss#usage), to support VanillaJS elements I need to use ShadyCSS API manually. > 1. First, call `ShadyCSS.prepareTemplate(template, name)` on a `` element that will be imported...
Selectors like `.foo .classy-slot::slotted(*)` does not work. ## Steps to reproduce 0. Define custom element as Shadow DOM per element is not supported, 1. Create Shadow Root. 2. Add ``...