Alain Schlesser

Results 289 comments of Alain Schlesser

Related issue in Node.JS optimizer: https://github.com/ampproject/amp-toolbox/issues/960

If I understand correctly, the link headers would only apply in the case of an SXG prefetch? So if the transformers are used outside of the SXG context, this would...

Did you also consider user meta for this?

Thanks for the reminder, the `wp-cli/scaffold-package-command` still needs a few tweaks to adapt to the current packaging structure. I'll try to make this a priority.

I think the `README.md` of the `wp-cli/wp-cli-bundle` repo should contain information directly pertaining to the "bundle": - What does the the "bundle" represent? - How are commands determined to be...

I'm not sure I understand. Can you elaborate what you mean by that?

Sounds like a good idea. Are you into providing a PR for that? If so, let me know and I'll create the corresponding repository.

I'm not sure this can be easily solved. You still have all the links that are stored throughout post content fields that point to `https://`. Maybe a better approach would...

You can already define a custom port using `--port=`. Is there a particular reason why you think auto-discovery is needed? Also, what would be the side-effects we might introduce through...

> > Maybe automatically landing on a port that is open to the external web? > Don't think it is good solution. Development server should use internal ip/port for security...