Bart Janssens
Bart Janssens
I have tried to create a minimal example in `threadedcanvas.jl` and `threadeddisplay.jl` in the qt6 branch here: https://github.com/barche/QmlJuliaExamples/tree/qt6 Unfortunately, I couldn't really get it to work. The idea is that...
This is now fixed in commit https://github.com/barche/QmlJuliaExamples/commit/1056ec8f3e63f0635691e45a5d5b001d00fac12e The main problem (at least in my example) was that I wasn't allocating anything in the "simulation" thread, and in that situation a...
Apologies, I accidently created this issue here instead of on the fork, I didn't realize vscode would do it like that.
+1, same problem, I would like for it to be possible only for registered users to create a poll, but anyone should be able to reply.
Not sure why this happens. One thing to try would be to dev the JLL (`develop libcxxwrap_julia_jll` in PKG mode) and then call `libcxxwrap_julia_jll.dev_jll()` and copy the library files to...
Hi, I have updated the README with more detailed instructions here: https://github.com/JuliaInterop/libcxxwrap-julia#preparing-the-install-location
Yes, thanks!
Hi, the C++ code for the Trilinos wrappers is now here: https://github.com/barche/jltrilinos Note that this code has been unmaintained for a verry long time, a better template example is now...
Yes, this is done now, using the `set_override_module` function (on the C++ side).
I think this has indeed been fixed for a long time now, feel free to open a new issue if not.