benjamn
benjamn
DDeno
Created by TJBlackman on 9/1/2024 in #help
Deno memory usage in Docker Container is crazy high...?
Lol of course, it's the REPL! I've observed that before, but wasn't thinking right. 🤦🏼‍♂️
9 replies
DDeno
Created by TJBlackman on 9/1/2024 in #help
Deno memory usage in Docker Container is crazy high...?
A massive memory leak doesn't sound right. It might be reserving some memory for caching.
9 replies
DDeno
Created by sachaw on 7/13/2024 in #help
Importing deno modules with import maps
Adding entries to it for local imports...
5 replies
DDeno
Created by sachaw on 7/13/2024 in #help
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
DDeno
Created by benjamn on 11/25/2023 in #help
deno repl start time in container
I might have figured most of it out if it's the disk cache.
4 replies
DDeno
Created by benjamn on 11/25/2023 in #help
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
DDeno
Created by benjamn on 8/8/2023 in #help
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
DDeno
Created by benjamn on 4/18/2023 in #help
[have workaround] "deno" and "deno repl" aren't producing output
yeppers.
10 replies
DDeno
Created by benjamn on 4/18/2023 in #help
[have workaround] "deno" and "deno repl" aren't producing output
brew upgrade deno probably will though
10 replies
DDeno
Created by benjamn on 4/18/2023 in #help
[have workaround] "deno" and "deno repl" aren't producing output
rm -r ~/Library/Caches/deno didn't fix it
10 replies
DDeno
Created by benjamn on 4/18/2023 in #help
[have workaround] "deno" and "deno repl" aren't producing output
a tar cjf ~/Documents/deno-issue.tar.bz2 . and a deno -v > ~/Documents/deno-issue-version will help me fix it so I can use deno and hopefully let me diagnose it or help someone else diagnose it later
10 replies
DDeno
Created by benjamn on 4/18/2023 in #help
[have workaround] "deno" and "deno repl" aren't producing output
looks like it must be something in /opt/homebrew/opt/deno though I don't know why root doesn't have it
10 replies