Bero

Results 267 comments of Bero

> +1 to that. It would be also neat to have logging levels in the logger, like console.warn(), instead of just a yes/no switch. I would definitely like to use...

> My code is here: https://github.com/emilia-Capital/blueprint-builder Thank you @jdevalk! @adamziel Looking at the code it adds a method to get every blueprint functionality and creates an export file for data....

How would Multiple Blueprints work?

A few things why I think a server is useful: - It would create a standardized way of running a Playground server which could be used by wp-now, mobile apps,...

@rhildred this change looks specific to your plugin and I don't think that it would work well for Playground. Are there other ways your plugin could detect the request and...

Thanks! This sounds like a good solution, I can explore it this week.

I took some time to explore this today and it's not that simple. [Here is a "working" draft ](https://github.com/WordPress/wordpress-playground/pull/1203), but it needs more work. The current logic is, if it's...

> I'd say a solution here would be to ship a list of those hosted static files with a minified WordPress release, and then Playground could be certain whether a...

> @bgrgicak How do you know which files are static, though? /wp-content/plugins/thumbnails/image-360x360.png could be handled by a PHP file just like /sitemap.xml. I would just assume that all non PHP...

@adamziel is this issue resolved?