Joy Reynolds

Results 369 comments of Joy Reynolds

The formats are provided by plugins, aren't they?

OK, I just didn't know when they would be loaded. I didn't think format plugins would be loaded unless needed (hoping so, for performance), but adding it as a user...

I was going to close this issue, but I occasionally see timing problems. It looks like the code is working fine, except on local tests that load faster than remote...

There are two things: one is that the original code used a generic `selector {}` to test support, and that will never work for `:any, :matches, :is` because they take...

> Although it's impossible to know what parameters to test with when it comes to parameterized selectors, so this probably needs to be part of the selector definition (just like...

I was going to look into why my `user-select` wasn't being prefixed, but I noticed that it was while testing PR #6147. So I reverted that PR and it was...

When I was trying to write a storage backend for use with WordPress, I wanted to make it generic. That means I didn't have a URL to use to connect,...