Luca Casonato
Luca Casonato
Fixed by https://github.com/denoland/fresh/pull/481.
An option in the `FreshOptions` passed to `start` would be a good addition. Something along the lines of: ``` await start(manifest, { staticDir: "../frontend/dist" }); ``` I'd be happy to...
Xref #16046
`deno check` appears to require `@jsxImportSource` pragma with `"jsx": "react-jsx"` in configuration
Fixed by #15561
`deno check` appears to require `@jsxImportSource` pragma with `"jsx": "react-jsx"` in configuration
Still needs a test, so reopening
You can use the `caCerts` option to safely connect to a TLS service that uses self signed certificates. You just need to specify the self signed CA certificate in the...
> This would be impossible if Option also implemented StateData How so? You could still make the opinionated assumption that Option is mapped to try_take. Possibly you could even force...
Cloudflare does not use Node fetch. They also do not use Node.
For reference, Deno and Node (undici) both agree with the WebKit / spec behaviour here. No strong opinion from me, but I have a slight preference for the empty string.
For future reference, this is how we solve this in Deno's fetch implementation: 1. Setting `Set-Cookie` headers does not concatenate headers, it will keep them seperate (both in the internal...