Pavel Schoffer
Pavel Schoffer
Hi this is a great project @corygibbons ! What do you think about adding a prop like `usingDefaultStyles` that would use the defaults styles based on the extension? So instead...
This enables us to catch also queries that happen during shutdown actions. While in the current implementation these would happen only AFTER the dispatch. Looking at the git history, there...
**Intended outcome:** After upgrading typescript to `3.8.2` I started to get a compile error: ``` TS2322: Type '({ data, loading, error }: { data: any; loading: any; error: any; })...
Related to #138
### Description of the Change Adding a null check to `$hit[_source]` for instances when source is not returned. This scenario happens for instance in our count [validation logic](https://github.com/Automattic/vip-go-mu-plugins-built/blob/38365e08c9612e5ec4e3d2c483f1a6d9d191117b/search/includes/classes/class-health.php#L173). We by...
Hi mate, love the tool! It would be great to have an ability to save some requests same way postman does. I find the history to be a bit less...
The original link was broken but from your bio I can see it should point to socialdiabetes.com
## Description We load vip-config.php currently from `/wp/wp-content/vip-config/vip-config.php` however in live environments the vip-config folders is mapped directly to `/wp/vip-config` (not under `wp-content`). We should migrate the location to more...
@mikuso, what do you think of this approach to converting to typescript? As long as we adjust the packaging logic, we can only convert file by file as we go....
If we make change to `wp-config-defaults` that change won't propagate to existing environments. This update makes it so that it is update on each start of environment.