sverek

Results 6 issues of sverek

If I open a new REPL and do `] build FEniCS` and then `using FEniCS` everything works fine. However, if I just do `using FEniCS` from the start I get...

Allocations increase drastically with newer versions of BandedMatrices.jl, BlockbandedMatrices.jl, LazyArrays.jl and LazyBandedMatrices.jl I do not know where the problem is. $ julia-15 mwe.jl 20.566046 seconds (1.11 M allocations: 65.356 MiB,...

Both in 1.6.2 and 1.7b3, see examples below with BigFloat. ```julia julia> versioninfo() Julia Version 1.6.2 Commit 1b93d53fc4 (2021-07-14 15:36 UTC) Platform Info: OS: macOS (x86_64-apple-darwin18.7.0) CPU: Intel(R) Core(TM) i7-8569U...

When using `pi` in for example `plot(xlims=(0,pi))` the generated LaTeXcode is ``` xmin = {0}, xmax = {π = 3.1415926535897...} ``` Workaround: ``` fpi=Float64(pi) plot(xlims=(0,fpi)) ```

Problem getting a proper Julia REPL running when using CRIU. 1) start a screen 2) start Julia interactive REPL in the screen 3) start a long running job 4) detach...

stale-issue

There is only http://cdn.juliaobserver.com/ and no https://cdn.juliaobserver.com/