-
I'm in the process of updating some old code that was working with ModelParameters.jl v0.3.0.
I am updating the code to work with Julia v1.11.1 and ModelParameters v0.4.4
The model structs define …
-
Hey,
Is this project still active or abandoned/dead?
`using Logging` in Julia 1.11 appears to pull in the standard library `Logging` package.
I've tried running `add Logging` in the Julia PKG…
-
```julia-repl
julia> using HarmonicOrthogonalPolynomials
julia> S[SphericalCoordinate(0.1,0.2), 1:2:end]
ERROR: MethodError: no method matching findblock(::BlockArrays.BlockedOneTo{Int64, RangeCu…
-
Hello
Recently the julia language server has stopped working for me on Neovim on Windows.
Here is the relevant LspLog
```
[ERROR][2024-11-20 13:39:15] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\hari…
-
**Describe the bug 🐞**
The calculation of the gradient on a ODE of `Float64` type works when using params as both `Vector` or a custom `struct` (using SciMLStructures.jl). However, it fails when I …
-
I am trying to plot a histogram of a vector that might contain missing values but plotting the skipmissing iterator doesn't work.
It would be nice, if I wouldn't have to wrap the skipmissing into a co…
-
Hello,
I'm new to GMT with Julia, I have installed Julia 1.11.1 and GMT 6.6.0_76621d8_2024.11.14 in an ARM64 MacOS 15.1 environment.
But there is an error during precompilation while using t…
-
Hi @koki-develop, thank you for creating super cool package.
I would like to use the `gat` feature in JuliaLang(a programming language for scientific computing) community to display files/images et…
-
I get an unexpected error with `@select!` below, and the error message reads to me like it should be working.
```julia-repl
julia> using DataFramesMeta
julia> df = DataFrame(x=1:3, y=4:6, z=7:9…
-
While working on #210 I ran into the following error in julia nightly. The error happens with an empty Project.toml and the same basic notebook file as in #210:
```julia
(base) fcremer@javorina:…