Jake Peterson

Results 7 comments of Jake Peterson

I have had this issue since I started a new project using version 2.10. Sometimes when I inspect the CSS in Chrome, there are no properties. The service worker or...

@pimlie MacOS. I will try to record the profile and/or do a recording of the error happening in the next couple days.

This plugin (https://wordpress.org/plugins/wc-rest-payment/) kind of has it right but Stripe introduced the SCA-compliant PaymentIntent way of charging customers. https://stripe.com/docs/strong-customer-authentication I think having a way to get the token from the...

I used a server middleware that set the following header to create a simple implementation of SPR that caches for 30 seconds. ``` module.exports = function (req, res, next) {...

Would you mind sharing the Json file? If not I will make some fake data to test it out

The full layout doesn't work with the new version yet. I was planning to finish it but haven't found the time 😢 when the actual 1.0 version is ready, it...

I had to put the config in default.vue to get it to work at all