Ray Thurn Void

Results 24 comments of Ray Thurn Void

And if you edit "hello", if you are using it has: ```julia using Example hello() ``` The output won't be updated. It works only with: ```julia using Example # import/using...

> For me (and I think many others), the module-scoping isn't necessary. Can you be more explicit about what you're doing? I'm guessing you redefined the `Example` module (e.g., `include("example.jl")`)....

> `includet("./example.jl")` (note the `t`) Thank you! it works, I've read the docs but i didn't quite get what was the purpose of `includet`

I'm not sure whether i'm missing something, but I don't understand why this issue is still open since svelte-kit is not "overwriting" the whole history.state anymore. I'm able to accomplish...

@Datseris change your output presentation type to fix @doc ![image](https://github.com/julia-vscode/julia-vscode/assets/53383860/f20e69c6-87c6-4669-a0c6-fdd9dc19b218) ![image](https://github.com/julia-vscode/julia-vscode/assets/53383860/d0ea8494-0fd5-4ca5-b632-c5da7f309d8b)

> "@doc cos" works slightly better but gives the error > ParseError: KaTeX parse error: No such environment: verbatim at position 7: \begin{̲v̲e̲r̲b̲a̲t̲i̲m̲}̲ cos(x) \end{ve… @jonathanlilly Change the output presentation...

This is impeding usage in svelte-kit with ssr crashing because of this.

It started to affect me as well from today on npm 10.4.0 and pwsh 7.4.1. I have to repeat `--` 2 times to make it work. eg: `npm run dev...

I managed to overcome this issue with just Popen and asyncio.to_thread: https://stackoverflow.com/a/76981596/1951947

I confirm problem still there with docker-compose (concurrently version 4.1.1). I have 3 docker containers running but on ctrl+c only 1 of them closes: