begoon
Transfer-Encoding: chunked
Alas, my question about "Transfer-Encoding: chunked" on SO did not go anywhere.
Any advice on the matter from great minds here?
https://stackoverflow.com/questions/78720322/why-i-see-chunk-sizes-as-text-in-browser-when-streaming-http-with-transfer-enco
2 replies
thread 'tokio-runtime-worker' has overflowed its stack
I have a complex CLI application to generate PDF's with pdfkit and a few extra libraries.
After the latest Deno update
deno --version deno 1.44.4 (release, aarch64-apple-darwin) v8 12.6.228.9 typescript 5.4.5everything crashes no matter what with:
cd src/pdf && \ deno run -A --watch \ pdf-cli.ts Watcher Process started. thread 'tokio-runtime-worker' has overflowed its stack fatal runtime error: stack overflowI'm puzzled how to raise a bug report because I don't know how supply a simple reproducible test case. Also, when I run this project AS IS but with bun, it works as expected. No crashes. Any advice?
6 replies
@vercel/blob put function hangs in Deno
https://github.com/vercel/storage/issues/656
Interestingly, the same snippet works just fine in Bun and Node.
Any insights?
5 replies
What is the difference between importing "preact" via esm.sh or npm:...?
What is the difference between importing "preact" via esm.sh or npm:...?
"preact": "https://esm.sh/preact@10.19.2",
or
"preact": "npm:preact@10.19.2",
Seems like both work, but which one is preferable these days?
3 replies
Outgoing connection over TLS (port 465) from the deno deployment is failing
I am trying to send an email via Gmail SMTP. The code is trying to connect to smtp.gmail.com on port 465. The connection fails with the error below. Locally, from my mac, the code works as expected.
Is it the limitation of the edge platform?
The error:
10 replies