-
For example:
```julia
julia> using Git
julia> readchomp(`$(git()) config --get init.defaultBranch`)
ERROR: failed process: Process(setenv(`/Users/mfishman/.julia/artifacts/7edecfc06ad43218e169cf…
-
Hello Trixi team,
As far as I understand, initializing Julia with more than 1 thread automatically uses them inside Trixi loops (correct me If I am wrong). However, I see benefit in having a keywo…
-
Hi,
I first wanted to say that I really like the ccxt library.
I wonder if some examples to use it with Julia language couldn't be done.
https://julialang.org/
https://juliahub.com/case-studies/…
-
Hoping somebody who understands HIP/ROCM better than me can help me understand whats going on here.
Using the version you get when you use "add AMDGPU" I get a core dump instantly.
By going into src/d…
-
Context: #767 adds support for an option `acceleration=CPUThreads()` in composite model types defined by "exporting" learning networks, and implements this option for `Stack`. I have been carrying out…
-
```julia
julia> using MakieDraw, GLMakie
julia> canv = GeometryCanvas{Makie.GeometryBasics.Polygon}()
julia>
[21377] signal 11 (1): Segmentation fault: 11
in expression starting at none:0
unknown …
-
Hello,
Thank you again for the quick fix of the last problem. I found another one :) :
Minimal working example:
Evaluating `rand(10000)` causes a nvim to lag
This is especially a problem when …
-
My Durham Workshop group (@sfitz01,@danielgreentripp,@mlodyjesienin) are working on some deformation-theoretic computations, and we noticed that we were unable to work over the coefficient ring `QQ[ε]…
-
I have seen some test failures there today on CI, but only some of the jobs failed there, e.g. see
- https://github.com/oscar-system/Oscar.jl/actions/runs/12012847800/job/33485041626#step:10:1174 (f…
-
I ran into the following issue on Symbolics#master:
```julia
julia> using Symbolics
julia> ex = (1.1540262529490819e-7(5.011872336272725e-8 + a)*(10^(-x))) / (2.511886431509582e-15((a + 10^(-x)…