Zed Deno Support

Cannot import when index.d.ts file
SIGSEGV (invalid memory reference) after returning a freshly-compiled function
invalid memory reference error when using deno_core and would like to ask for help narrowing the problem down or even identifying the cause of the error.
Here's a bit more context: we're using the deno_core crate to write a transpiler/interpreter[1] for the Nix language[2]....Possible to use Deno.test for callbacks?
Deno.serve. For this the test needs to handle both a server and client session, waiting for callbacks to come through. 
Right now my test finishes prematurely even if I await the termination of the server, I need to set both sanitizeOps: false and sanitizeResources: false to have the test finish at all, but then it skips any assert defined in the callbacks.
My previous experience is with Mocha where we get the done callback to run to finish the current test, but for Deno.test I only see us getting the option to make the test caller asynchronous, which in this case doesn't seem to help me....Does Deno-bindgen work with Deno 2.0?
Cannot run Nitro project
deno run -A npm:giget@latest nitro nitro-app --install. It was successfull but after trying deno run dev I get an error saying:
```
error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'pathname')
    at getPathname (ext:deno_node/_fs/_fs_stat.ts:177:49)
    at ext:deno_node/_fs/_fs_stat.ts:151:13...jupyter / deno local import will not update
Encountering error on deployment while importing files
Deno.readdir() method. I then iterated over these files to retrieve the default object each file exported, and everything worked fine. However, after deploying to Deno's cloud, I'm getting a "file not found" error.
I attached screenshot of my code, my deno.json configuration file, and the error message I encountered....
installing playwright in container doesn't work
Deno v2: server & Webview
Deno runs the whole script instead of the method
winget upgrade Vs deno upgrade
Pass JS function to an Op that can be called after the Op ends
Nodemailer fails with Client network socket disconnected before... even locally
nodemailer within deno (2.0.4), and I am unable to figure out why it doesn't work.
I made a minimal example (ethereal credentials specifically for this example):...I am really struggling to get Deno and a decent ORM to work.
`deno task dev` not working because `--watch` doesn't detect changes
deno task dev on a new project from deno init and so it should be running the task deno run --watch main.ts . But when I change main.ts the command does not re-run. The output remains statically:
```sh
deno task dev
Watcher File change detected! Restarting!...Weird Deno Type Safety

Creating nestjs app
Node.JS project to import Deno project in a workspace