benjamn
Importing deno modules with import maps
https://docs.deno.com/runtime/manual/basics/import_maps/#import-maps-are-for-applications
You would have to copy it to your own deno.json, modifying imports as needed. Or you can run it inside of the module.
5 replies
deno repl start time in container
I use bash to go to my container. using docker stat I can tell it gives up its memory use right away when I exit, which is desired behavior, I just wonder if I could tell it to cache it. Also I wonder if it's caching it in memory on mac.
4 replies
console.log in a worker - capture or hide output?
Also wonder if there is anything else like this, where a worker has access to something shared with the parent not covered by the permissions. I see
confirm
is not defined in a worker, which is good.2 replies