-
It seems if my Julia REPL session (running within tmux) is connected to the vscode extension, long running tasks (say, 10h) confuse vscode extension, and it crashes my Julia session right after the ta…
alyst updated
1 month ago
-
With the default logger (in the REPL), you can use the `JULIA_DEBUG` ENV variable to control the display of `@debug` logs: https://docs.julialang.org/en/v1/stdlib/Logging/#Environment-variables We sho…
-
As observed on `amdci7`, Yggdrasil's build environment, which runs with these pretty vanilla settings: https://github.com/JuliaPackaging/Yggdrasil/blob/6e50b87e3c0e0d289dba12898ee4ceb5b369c446/.buildk…
-
Follow up on https://github.com/LuxDL/Lux.jl/issues/980.
When running the following script I get the wrong results/segfaults:
```julia
using Pkg
Pkg.activate(temp=true)
Pkg.add("Octavian")
using…
-
suggestion: edit the line
```time_indices=1:1
```
to be
```
time_indices=Colon()
```
```
julia> versioninfo()
Julia Version 1.10.5
Commit 6f3fdf7b36 (2024-08-27 14:19 UTC)
Build Inf…
-
**Affects:** JuliaCall
**Describe the bug**
Some time ago I made a [proof-of-concept](https://github.com/paulmelis/blender-julia-test/) of using Julia within [Blender](https://www.blender.org) (…
-
For JuMP-dev 2024, I wanted to give the elapsed time to solve a very large optimization problem with Ipopt and different linear solvers (MUMPS, SPRAL, MA27, MA57) but I got a segmentation fault for SP…
-
Ctrl+c'ing during the execution of the code below causes Julia to crash, returning to the terminal:
```jl
tchr$ julia +release -t8
[...]
julia> t = time();
julia> Threads.@threads for i in 1:100
…
-
Lacking [documentation of `:`](https://github.com/JuliaLang/julia/blob/4366a9382358da4f4be4a6e1939be2ded70947ca/base/range.jl#L31-L59) on docs.julialang.org.
![スクリーンショット 2024-05-21 19 02 00](https:…
-
Hello,
I am building an app in a docker container and then try to run it via singularity. The app builds successfully but can't run because the `DEPOT_PATH` seems to be hardlinked to the app's `sha…