Peter Wilson
Peter Wilson
> I feel this need everyday when developing on Gutenberg. For a long term and sustainable project, a way to have a feedback loop for APIs, just like we do...
> The idea of using the presence of the Gutenberg plugin to expose unstable APIs so plugins can get ahead, try, provide feedback, etc, is how we've been thinking about...
If I recall correctly, at some point the authors dropdown did multiple simultaneous requests to get all the authors. The use of simultaneous requests reduced memory issues within PHP. @kadamwhite...
There are a number of plugins using the setter and associated getter (which would also be affected by the type change) in the [plugin repo](https://wpdirectory.net/search/01JQSSVQBYEYZ0ABG5J1NA6GX9). I expect there are a...
@DustinHartzler WooPayments will need to add the feature, similar to support for Pre-orders and Subscriptions. On the Deposits PT, I was asked to prioritize this extension. The code for the...
@qasumitbagthariya Yes, webhooks need to be tested on an internet accessible server: either via ngrok or another service.
Closing this off as the Deposits PT has been put on hold.
Merged in [r59120](https://core.trac.wordpress.org/changeset/59120) / https://github.com/WordPress/wordpress-develop/commit/4aeab33dc80d05265f620f9747ade2001ae59991 Thanks!
These changes look good, thank you. This is looking good, I'm seeing a bug on the pull screen when there are two connections with the same ID (ie an external...
@spacedmonkey I've pushed a change to also prime the `secret_key` option if we're priming other options. It's not generally used as best I can tell (only if the scheme is...