Ryan McCue

Results 402 comments of Ryan McCue

Better idea: we should just put this on W.org.

@JPry Thanks for this! Since we already have systemd and upstart config in the repo, do you want to PR this up?

@JPry Pick whatever you think is best for the defaults, and include a comment header (if possible) to note how to change them. :) As it's only an example config,...

@Djelibeybi Can you try this branch and see if it fixes your issue please? :) Also, are you using HHVM? Seems like this is https://github.com/facebook/hhvm/issues/5120

I’ve spotted this before, but only on the first render; refreshing fixed it. Wonder if it’s a race condition with a cache or something.

Moreover, it also allows the browser back/forward buttons to work.

Solved @jtsternberg's issue; you need to ensure that it's not cloned into `~/.wp-cli` for now.

> Do you think it will ever post a problem to have the schema cached? e.g. what happens if a field is registered after the schema is cached? This will...

I'm pretty sure it is consistently generated right now on `rest_api_init`, since the schema is passed into the route registration. See also #2694.

Annoyingly, all the styles in core we're using require `a`, so they will all need to be patched. Punting this for now, but will revisit once we support multiple list...