Uwe Fechner

Results 232 comments of Uwe Fechner

I would not expect it to work with 1.11-rc . 1.11 is not released yet. Can you repeat the test with Julia 1.10 ? ``` juliaup install 1.10 juliaup default...

@barche Do we officially support aarch64? If not we should mention it in the README.md. If we want to support it we need to debug this issue. I have a...

To answer my second question: ``` sudo grep /tmp/testdepot/* /proc/*/maps | grep mkl ``` shows me which .so files of mkl are in use. To answer my first question: The...

I know. But if I need a small docker image to be used within a small company usually only one or two architectures need to be supported. So a documented...

How can we debug this? Perhaps you are using a different package registry, and mine is out of sync? ``` (@v1.10) pkg> activate --temp Activating new project at `/tmp/jl_daBxsY` (jl_daBxsY)...

Always use [juliaup](https://github.com/JuliaLang/juliaup) to install Julia.

You can find some examples at https://github.com/aenarete/DiscreteFilters.jl/tree/main/examples

Was replaced with version 0.5.1

Easier to reproduce: ```julia using Symbolics, Nemo @variables x y symbolic_solve(1/x^2 ~ 1/y^2 - 2/x^3 * (x-y), x) # symbolic_solve( (1/x^2 * x^3 ~ (1/y^2 - 2/x^3 * (x-y)) *...