FjordWarden
Explore posts from serversCan't upgrade request to websocket
Look, for some reason I keep having issues just running the example code.
if I run the example from the blog, I just added an explicit version number, it still doesn't work:
The code does not run past
if (!ctx.isUpgradable) ...
11 replies
Read CSV files inside zip file using the web streams API
I've managed to make the example self containing and can run without a zip file.
But I still haven't found a way I can read the unzipped file as a csv.
Somehow I should be able to wrap it in some way, but the streaming api is very confusing.
Also this example hangs after executing.
2 replies
Sanitize multiple test steps
Created an issue for this https://github.com/denoland/deno/issues/19750
5 replies