Matthew Reishus
Matthew Reishus
Is there an upgrade guide for 0.7 to 1.0? I looked in the docs quickly but I couldn't find anything.
Creating a query builder, loading it with data, then destroying it was causing some memory to be retained in the browser. This should fix. This fix was created by my...
## Summary These lines can cause a fatal crash: https://github.com/Automattic/wp-api-console/blob/014eb1c28c57cb8ca11ed9516f3c17df1a10706d/src/api/core.js#L142-L143 It has something to do with invalid data coming from the backend. It's currently happening with WP.com wpcom/v2 endpoints. Change:...
### Proposed Changes * New ecommerce sites will now have their initial theme set separately compared to the rest of sites. * That Initial theme for ecommerce sites will be...
Obviously there is great demand for this function since there are 3 unmerged PRs with this. I took the ideas for #107 and * pushed out the responsibility for each...
Hi - I'm maintaining my own version of Horton that works slightly differently, but I recently found a bugfix that you might want to pull into the main version as...
When running Dialyzer, the `fetch`, `create`, and `delete` functions return an error. It says the connection returned by the function is not as expected. It's only one part of the...
The extension works fine when php-fpm is run in the foreground, but when it's set to daemonize, the `zend_tombs_shutdown()` funtion is run immediately, meaning there is no socket to listen...
### 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...