-
This is a feature request that is derived from https://github.com/JuliaEditorSupport/zed-julia/issues/4#issuecomment-2282894402 and https://github.com/zed-industries/zed/issues/16102#issuecomment-2284…
-
What causes this error? I am trying to interrupt a process in SimJulia using `SimJulia.interrupt`
```julia
ERROR: @resumable function has stopped!
Stacktrace:
[1] error(::String) at .\error.jl:…
-
I've run into an issue where I want to compute the gradient of an implicit function that itself depends on another implicit function. I can do the operation successfully with `FowardDiff`, however I …
-
@JuliaRegistrator register
-
I want to test NNlib.jl, which has a weak dep on CUDA.jl and cuDNN.jl, using my development version of CUDA.jl/cuDNN.jl. This does not seem to work, presumably because of the weakdep.
```
$ git cl…
-
Hi!
My package uses Zygote in its test suit. However, the execution fails during pre-compilation using Julia nightly with this error:
```
ERROR: LoadError: UndefVarError: `LineInfoNode` not def…
-
**Affects:** JuliaCall
**Describe the bug**
When using a conda/mamba environment and juliacall I encountered an issue when NetCDF files are read by the julia code. When trying to read the files th…
-
It makes use of a loop pass like JuliaLICMPass more difficult
-
- Julia: 1.10.2
- GDAL.jl: 1.7.1
A fresh env, with only one package GDAL.jl. GDAL.jl was failed to build.
```julia
(v1.10) pkg> st
Status `D:\.julia\environments\v1.10\Project.toml`
[add2ef0…
-
###### Install julia
###### Set up enviromental variables
```julia
julia> ENV["PYTHON"]="Python path where the retriever python package is installed"
#no spaces btw =
# initialize the package …