Brandon Payton
Brandon Payton
I added some missing docs, rebased to incorporate width_tuple validation updates, and added more configobj tests. I think this is ready for review.
> @brandonpayton is this one solved with https://github.com/WordPress/wordpress-playground/pull/1539? @adamziel this is solved with #1539 when pretty permalinks are enabled within WordPress. This is actually the WordPress default if it can...
I created an issue for the pretty permalink default here: https://github.com/WordPress/wordpress-playground/issues/1644 @rhildred, thank you for this PR. 🙇 It turns out we were able to fix this and a variety...
@adamziel @bgrgicak, what does the performance cost of enabling networking come from?
@adamziel thanks, that helps! As a random thought, are there any api.wp.org requests that we could reasonably intercept and provide stub data for?
With the new site, we don't have direct access to nginx config, but we may be able to get there with a combination of - PHP-handled redirects - Requesting support...
So far, it looks like we will need to use PHP to handle requests so to dynamically handle different URI and to add custom HTTP headers. Using `.htaccess` is certainly...
Serving Playground from the test site seems to be working OK: https://https://playground-dot-wordpress-dot-net.atomicsites.blog/ Because we want to customize HTTP headers and perform redirects and do not have the ability to customize...
> Does this need to be set in PHP or is there a more secure way? I know that[ VIP allows admins to set env variables.](https://docs.wpvip.com/infrastructure/environments/manage-environment-variables/) @bgrgicak, on WP Cloud,...
Some updates: - There is a new deployment workflow under #1293 which is ready for review. - We are seeing some 429 statuses due to rate-limiting on the new host,...