Vedanshu Jain

Results 35 comments of Vedanshu Jain

Note that I am investigating this as part of #45721

@bhannawa is it possible to get more details? This looks more like a bug, maybe there's an infinite loop somewhere. WPMU has a staging environment IIRC, it would be quite...

@nburch So if the only reason you want to use the hybrid mode is for the subscription report, then you should probably add this filter: `add_filter( 'woocommerce_hpos_enable_sync_on_read', '__return_false' );` this...

@aguevara193 we have upcoming improvements for searching orders in https://github.com/woocommerce/woocommerce/pull/46130, this should make the search super fast. > if I disable compatibility mode it instantly gets out of sync and...

Ah, that's dis-appointing, but no worries, looking at this again. Is there a way to reach out to you to get more details, maybe some sort of APM or an...

Seems we can get rid of most node js thingies here, we only need the package json fine to make it work with wc release tool. Marking as a enhancement...

hey @GrigoreMihai it's currently not supported out of the box as of now, but sounds like a good enhancement request. Meanwhile, perhaps you can use the `action_scheduler_before_execute` to stop the...

As a workaround, it might be beneficial to store large data in a different table and then have an ID as part of the argument. You can then fetch this...

Hey @asdfMaciej Can you share bit more details about the tax setting configuration you have like it was shared [in this comment](https://github.com/woocommerce/woocommerce/issues/34529#issuecomment-1253515963)? I would love to help you to set...

Hi @tomjn , thanks for sending this. This looks good, I have also added couple of minor commits as well. @coreymckrill Do you think we can merge this ?