Mark Jaquith

Results 82 comments of Mark Jaquith

@rpodric It throws `Deprecated` notices. Doesn't seem to prevent it from working, but I consider my error logs getting absolutely flooded to be a problem worth solving. @schlessera could WP-CLI...

It is very much worth it. This thing is a performance killer without it.

Still experiencing this in Cypress 8.3.0 The way I worked around it was by setting a custom `userAgent` value in `cypress.json`. Then, I had the application server check for that...

> Perhaps we should create a list of extensions that can be referenced other places where it may be needed Makes sense. Don't know if it makes sense to abstract...

The plugin tells WordPress to add an HTTP header: `cf-edge-cache: cache,platform=wordpress` (if the response should use the cache) or `cf-edge-cache: no-cache` (if the response should not use the cache) https://github.com/cloudflare/Cloudflare-WordPress/blob/4ad24c88c9a1ed58b2aa288ce3ca587ba873566c/src/WordPress/Hooks.php#L436-L442...

I've been having this issue too. The last stable version of `@playwright/experimental-ct-svelte` for me was `1.29.2`... everything after that has been broken.

> Though I admit, the suggested code snippet took a long time to wrap my brain around. It's really rough. If this is the canonical implementation of it, and this...

This worked in 1.15.5, and was broken in 1.15.6 by #9343 1. Clone `https://github.com/mybearworld/svelte-base-path-bug-report` 2. `npm i` 3. `npm run build` 4. `npm run preview` 5. Load: `http://127.0.0.1:4173/svelte-base-path-bug-report` and see...

@s3812497 I can still reproduce it. I used my instructions in [this comment](https://github.com/sveltejs/kit/issues/9982#issuecomment-1556115078) but first ran `npm i @sveltejs/kit` to get SvelteKit version `1.25.0`. The issue persists.