Elias Sjögreen

Results 82 comments of Elias Sjögreen

Interesting, would you mind running it with `RUST_BACKTRACE=1` and posting the log if there is any.

Sadly it looks like plugins are getting removed due to them segfaulting and the implementation being flaky: [#10908](https://github.com/denoland/deno/pull/10908).

https://github.com/webview/webview/issues/721

I am unsure how this would be done unless you would do a first pass checking for only the import map configuration before running the configuration file as a whole....

Create a pr for it if you want it reverted as i don't really know what exactly you want done. This issue should really be resolved by renaming denons `--config`...

If you close down deno in the task manager and try again do you still get the error? I can't seem to reproduce it. What does your path look like?

The current debug logs for this issue: ``` [*] [main] v2.4.4 [*] [daem] watching path(s): *.* [*] [daem] watching extensions: ts,tsx,js,jsx,json [!] [#0] starting `deno run -A ./main.ts` [&] [#0]...

Most likely related to [deno#7824](https://github.com/denoland/deno/issues/7824)

You need to ignore `./lock.json`, otherwise it will detect the changes made to it and restart in an infinite loop. ```json "watcher": { "skip": ["./lock.json"] } ``` When stuck in...

Related to #12, it would be possible thru websockets but not currently using the built in invoke handler (which is not yet implemented).