A-yon Lee

Results 10 comments of A-yon Lee

~It seems, for now, there isn't any solution for this. For me, I just don't use versions in the URL and allow **deno.land** to choose the latest version, and hope...

@lino-levan Think of instanceof, if you have a dependency exports a class, you need to use instanceof to check if an object is an instance of that class. Now since...

I encountered this issue when trying to run mocha tests with native ES modules, after reviewing a lot of suggestions above, searching a lot of web pages, and doing a...

@mmastrac Is there any plan for this implementation? It would be nice if there is a way to determine that the connection is closed, and there isn't a better way...

@Arshia001 The whole error message I got is this: ``` thread '' panicked at /Users/arshia/.cargo/git/checkouts/spiderfire-8e3b631d39aa80f1/2a1b5be/runtime/src/module/loader.rs:121:53: called `Result::unwrap()` on an `Err` value: () note: run with `RUST_BACKTRACE=1` environment variable to display...

@Arshia001 I managed to set the env variable via ``` wasmer run wasmer/winterjs --env=RUST_BACKTRACE=full ...args ``` However, there is no backtrace printed, all I got is: ``` thread '' panicked...

@benjamingr In Deno and Bun, only `101` are supported outside the range of `200` - `599`. For example, when trying to set the status code to 100, Deno throws this:...

Me too. I love Deno, but let's face it, there are numerous scenarios that Deno doesn’t fit and the LSP is buggy all the time, especially for large projects. But...

Hey guys, I just couldn't wait, so I built another VSCode extension instead (Thanks to the help of AI). Check it out: https://marketplace.visualstudio.com/items?itemName=ayonli.deno-tools This extension allows us to use Deno...

Hey guys, I just couldn't wait, so I built another VSCode extension instead (Thanks to the help of AI). Check it out: https://marketplace.visualstudio.com/items?itemName=ayonli.deno-tools This extension allows us to use Deno...