Uwe Fechner
Uwe Fechner
Related: https://github.com/SciML/ModelingToolkit.jl/issues/894 and https://discourse.julialang.org/t/diffeqs-hybrid-continuous-discrete-system-periodic-callback/23791/38
I did not know about "ensemble", and I do not know yet if it would be useful for my purpose or just make things more complicated. I would write something...
Very good suggestions! Makie.jl is hard to support because it is still a rapidly moving target.
As first step we could investigate the errors that happen if we use Makie 0.18 ...
Is this a bug or a feature request? If it is a bug, can it be fixed by updating `Project.toml` of QML.jl only?
This is already possible. What are you missing?
Interesting idea! Would be nice if we could make it work, but I know that snap store is quite restrictive.
@f-ij Does version 0.8.1 work for you?
I tried the following in the project QmlJuliaExamples ```bash cd basic julia --project ``` and then in Julia, after initiating the project: ```julia include("listmodel-fromjulia.jl") # window pops up QML.cleanup() #...
Suggestion: Add an FAQ section to the documentation and explain the solution.