TangJieHao
Adding a lib/rep to deno's lsp
I'm looking for a way to improve search speed by caching or adding to Deno's LSP.
At least in VSCode I doubled the GB limit but I still have the same issue. I was wondering how I could use a local files for this search.
1 replies
Deno + Puppeteer causing compiler issues.
I get an error that document cannot be found. It's asking if I am trying to change the library. but when running deno run -allow-all --unstable it works
error: TS2584 [ERROR]: Cannot find name 'document'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
const rows = document.querySelectorAll(".review-history-table tbody tr");
~~~~
4 replies
command.spawn() stdin and stdout
I am not sure if I am handling the writeable stream and readable stream correctly.
I assigned getWrite and getReader to writer and reader in my class.
I am slightly confused on what ready, releaseLock is as it's not well documented (from what sourced I can find)
9 replies