Paul Kilmurray

Results 76 comments of Paul Kilmurray

Hi @zappen999. This is something I am working on for the next version. I'll announce on the blog as soon as a beta is ready for testing. It would be...

The ability to re-open `pending` and `on-hold` orders is part of [0.5-beta](http://wcpos.com/2017/01/woocommerce-pos-0-5-beta/).

Hi Doug, This is likely due to an Internal Server Error, hopefully it will be written to the WooCommerce logs and we can figure out a solution from there. Please...

Great! I'm glad you found a fix. In WooCommerce 3.6 they [restricted the classes loaded during the REST API lifecycle](https://github.com/woocommerce/woocommerce/pull/22615), this is going to be better for performance in the...

Thanks for the info about the Cheque and BACS gateways, I will apply a fix shortly.

The easiest way would be to edit the COD `class->id` directly, ie: [change this line](https://github.com/woocommerce/woocommerce/blob/master/includes/gateways/cod/class-wc-gateway-cod.php#L54). However, this would be blown away every time WooCommerce is updated - which could get...

Hi @donnchawp, I didn't see the actual comment, I just received an _invalid syntax_ report and when I suggested deactivating WP Super Cache the problem was resolved. I will activate...

I have this same problem. Thanks for the tip about rolling back to 2.6.0! I didn't notice the problem when I was using metro bundler in development. I'm guessing this...

It's possible this is related to https://github.com/software-mansion/react-native-reanimated/issues/3355 somehow, ie: `LayoutAnimationRepository` [should be on the global](https://github.com/software-mansion/react-native-reanimated/blob/main/plugin.js#L82) but is not.

I'm just getting started with WatermelonDB, Observables and React hooks. I had some problems with the above code causing endless re-renders .. I suspect due to the `ObservableBehavior` as mentioned,...