Rasmus Henningsson

Results 11 comments of Rasmus Henningsson

I get the same exact error when running e.g. `create_sysimage(:Pipe; sysimage_path="Test.so")`: ``` [ Info: PackageCompiler: creating system image object file, this might take a while... Two passes with the same...

Hence, as a workaround I can build on the other computer using `create_sysimage(...; cpu_target="generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)")`. Maybe this workaround is useful for someone else too.

I get the same error in both windows 10 and ubuntu (using virtualbox) when running the Unit Tests for JLD. It fails on Bools (see #251). The good news is...

> Someone needs to supply a reproducible test case, otherwise it's essentially unfixable. It is reproducible in JLD v0.9.1 - the unit tests fail. (I've seen it on multiple computers,...

I'm currently on a shaky internet connection and I get this problem very very often when using `savefig`: `Transform failed with error code 1: Failed to serialize document: Uncaught`. It...

@JamesWrigley also mentioned on slack that there is a Google Summer Of Code project for this: https://julialang.org/jsoc/gsoc/gui/#qml_and_makie_integration

Also see QML Roadmap with discussion here: https://github.com/orgs/JuliaGraphics/discussions/4

On the main branch, there is a function `QML.cleanup`. After calling that, you can call `exec_async` again. (It's neither documented nor exported though, so it might change in the future.)

Nice find. Do you want to report it upstream?

> @JamesWrigley also mentioned on slack that there is a Google Summer Of Code project for this: https://julialang.org/jsoc/gsoc/gui/#qml_and_makie_integration The 2024 GSOC projects have been announced (https://julialang.org/blog/2024/05/gsoc-2024-fellows/), but [QML and Makie...