Ian Dunn

Results 452 comments of Ian Dunn
trafficstars

Possibly relevant: * https://core.trac.wordpress.org/ticket/41014 * https://github.com/worona/permalinks-to-wp-api

cc @danielwrobert, this is the issue we talked about last week. [#42465-core](https://core.trac.wordpress.org/ticket/42465) may be helpful here.

Are you talking about having PHP render the markup for the initial page, rather than having to load the page, and then immediately make an API request to fetch the...

It'd probably be helpful to point to an good article for setting them up, since most of the ones out there won't result in a green bar, if they even...

[mkcert](https://github.com/FiloSottile/mkcert) looks like it might also be a good resource to link to.

That example might be fixed by #178

One problem I ran into while testing #178 is that, when switching between Git branches, the `/?wp_service_worker=1` output didn't always change, even when using `curl` to request it. It was...

Oh, is this because of the difference in installing via `wp package` vs `git clone ... composer install`? If that's the case, then it'd probably be pretty easy to modify...

This doesn't fully resolve #8 entirely, since it only supports `comment_author_email`. I don't personally feel like comment author names qualify as sensitive. That could always be added as a future...

@ivankruchkoff , do you have any thoughts on this and #12?