James Ross

Results 150 comments of James Ross

This doesn't just impact `env.ASSETS.fetch`. The following also triggers a 406, with an accompanying `test.html` file: ```js // functions/testing.js export async function onRequestGet({request, next}){ const url = new URL(request.url); url.pathname...

https://api.cloudflare.com/schemas.json might be of interest, recently shared in the Discord.

FYI to anyone following along with this issue, Dockerode `2.5.8` appears to now return a Buffer, instead of a string as per https://github.com/apocas/docker-modem/commit/287161b0905d18b059fbe0ddc184a70e22af3849, so you need to add a `Buffer.isBuffer`...

This is affecting us in production too. Is there any way to disable this `unsafe-eval` call?

We noticed this today in a dependency audit, with a `npm WARN [email protected] requires a peer of typescript@>=2.7 but none is installed. You must install peer dependencies yourself.` in a...

I'm very happy to rebase this whenever someone is ready to merge, please just let me know. Or close it entirely if someone else would prefer to handle.

How would this work with the new middleware stuff for Workers? https://github.com/cloudflare/wrangler2/pull/1735 Would that also be compatible here if/when it was exposed for user-facing stuff?

Another solution here might be to print all of the available network adapters, like `serve` does: ``` │ Serving! │ │ │ │ - Local: http://localhost:3000 │ │ - On...

From an S4 44mm: ![](https://up.jross.me/mj5ah) ![](https://up.jross.me/m9b12) ![](https://up.jross.me/9gxiq)

This is mentioned in the Pages Plugins docs very briefly: https://developers.cloudflare.com/pages/platform/functions/plugins/#include-static-assets-with-a-plugin-alpha I'm not sure if it's intended to be used outside of that? 🤔