Felix Arntz
Felix Arntz
I think this config information you wrote should be one section as part of a bigger article on the general workflows. Things to be covered: * How to create your...
I'm still leaning against this, but of course am open to discuss it. Having that task somewhere might be okay, but I'd say definitely not in `package.json`. Either way, this...
Thanks for all this feedback. I agree there's a lot we can do to improve our documentation, and that's one of our primary focuses these days. I think partly it...
One more specific comment, related to one of your issues @justlevine: > Figuring out that I could have both `extends \WP_Widget` and `implements Component_Interface` without mucking up WP_Rigs automagical process,...
I'm not sure switching the network should happen automatically, as this may introduce all sorts of unexpected behavior, particularly because plugins (unfortunately) don't expect the network to be switched. To...
@JJJ I'm still interested in working on this, building it into WP Multi Network is a great idea. I initially started this in https://github.com/felixarntz/global-admin, but development is on hold since...
For reference, #5036 proposes a temporary fix until an actual gateway rewrite happens. I'm not sure how long the latter will take, but it surely sounds like a time-consuming task...
Thanks for the feedback @mjangda! A few follow-up comments / questions from my end: > Some of the sites we work with are at a scale where front-end writes (e.g....
@rviscomi I think that's a great idea. You're also right in that the `modern-image-formats` would be precisely the audit where that would probably make the most sense. Right now we...
A potential solution would be to call `admin_url()` and `includes_url()`, taking the paths from there. I'm also thinking due to the nature of the bug that it could be happening...