-
## Error message
```
ERROR: LoadError: InitError: could not load library "/Users/liujinguo/.julia/artifacts/6095fcd268ea712c0f786f5ff1a45bf0eb7b005e/lib/libavdevice.58.13.100.dylib"
dlopen(/Users/l…
-
It is copied from [my post on Julia discourse](https://discourse.julialang.org/t/massive-memory-leak-in-julia-due-to-tiny-memory-leak-in-c/119526).
The latest version (v4.9.2) of `netCDF-C` \(a C l…
-
Julia seems to work in the latest version of this repo running in Devcontainer.
However, when you try to build the website with `quarto preview` it fails:
```
6/11 [unnamed-chunk-3]
Julia vers…
-
I'm not an expert both in Julia and zeromq and I was playing with this wrapper. My example uses the `zmq_proxy`, which is missing in the wrapper currently, and I managed to make it work.
I would ha…
-
I trigger this specifically when trying to use VegaLite, which depends on OpenCV. I was originally using `1.10.0`, but am now using `1.10.4` – I get the same errors there, that I'm reporting here.
…
-
**Describe the bug 🐞**
Taking the gradient with respect to a vector of parameter values (which are replaced into the parameter object) is not working
with `MTKParameters`
**Expected behavior**
…
-
**Describe the bug**
`CUDA.jl` is unable to find the appropriate runtime to use on the Satori cluster (PowerPC) with CUDA version above `5.3.5`. Regardless of the options I configured using `CUDA.set…
-
it would be nice to have
```julia
module HTML
function h1()... end
function div() ... end
...
end
```
So that we can use
`HTML.h1` instead of `html_h1`
and potentially users can impo…
-
It would be interesting to implement the method described in
* Leroy, B. "Fast calculation of the Lomb-Scargle periodogram using nonequispaced fast Fourier transforms", A&A, 545, September 2012, A5…
-
When calling Optunity from `julia` we sometimes get strange exceptions like:
```
ERROR: LoadError: PyError (:PyObject_Call)
AttributeError("'CallLog' object has no attribute '_lock'",)
File "/user…