Affan
Affan
I'll see if I can figure this out over the next few days. This feature would be great for my workflow.
My related? issue here: https://github.com/JuliaLang/julia/issues/30558 In my case, the error was that Julia versions were different from head node and compute nodes which the error message correctly identifies, but what's...
I should really edit that issue. I was trying to highlight that the error I was supposed to be seeing ` error("Version read failed. Connection closed by peer.")` was getting...
Is this related to https://github.com/JuliaLang/julia/issues/28781? It would be nice if it could fix that bug as well.
Is there a way to do this manually? I am new to `touying` and `typst` and no idea how I would achieve this.
@ahrm I thought QT already has support for windows on arm: https://www.qt.io/blog/qt-for-windows-on-arm-may21-update :
I don't have much to add to this discussion, but will comment that having end users load granular packages may make it a barrier to the overall Julia ecosystem. I...
I don't know about 1.12, but it works on 1.11 (which means it works on 1.12 probably). Could I ask what exactly is meant by saying `Distributed is not thread-safe...
In 1.11, my Julia is configured to start with one thread: ``` (base) odinuser02@podin:~$ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _|...
@JamesWrigley After a few hours working with this, I just edited `Distributed` to ``` #print(out, "hello from distributed: ") #print(out, "julia_worker:") # print header #print(out, "$(string(LPROC.bind_port))#") # print port #print(out,...