Payton Swick

Results 85 comments of Payton Swick

+1 for this or a global variable that allows setting a set of default directories in which to begin the search.

I'm encountering this same issue, using Mac OS Safari `Version 14.1.2 (14611.3.10.1.5)`. The URL that's being visited is a normal URL that works fine in Chrome. It happens for nearly...

I haven't figured it out exactly, but this seems (for me anyway) to have something to do with cookies being sent alongside requests. When I disable or delete all cookies,...

Also, I was able to get a stack trace by adding `-vvv` to the expose command. I think it's the same as the original one posted here but I'll post...

FYI I'm still not sure how from reading the code, but this PR appears to have caused a bug (or maybe just exposed an existing issue) where some calls to...

We have to make sure that whatever we do also supports alternate implementations of checkout like the one-click upsell and anywhere else that might use `CheckoutProvider`.

We need to also make sure that however we do this it supports logged-out purchases like Jetpack checkout.

This will require quite a few changes. A list, so far, in the order they should be merged: - [x] https://github.com/Automattic/wp-calypso/pull/65275 (non-breaking) - [x] D83797-code: Checkout: Add order_id to /me/transactions...

I hit a snag which is that this solution also has to work for free purchases, and currently it appears that free purchases do not create an `Purchases\Order`, so the...