Viktor G. Gumennyy
Viktor G. Gumennyy
By the way, I've tried it on Ubuntu 20.04.1 LTS and had the same problem. ``` signal (11): Segmentation fault in expression starting at none:0 unsafe_store! at ./pointer.jl:118 [inlined] unsafe_store!...
Looks like there is conflicting wrapper keyword arguments with previous version. So this is a break change, right? And also, do we really want to add another wrapper layer of...
I plan to change signatures closer to original implot functions (for example, all functions should have string ID as first argument), but let's leave it for another PR (see #34),...
I've seen this bug a while ago, and I'm not sure if it is related to Julia wrapper. Maybe it is from C library?
Same issue discussed here: https://discourse.julialang.org/t/artifacts-can-basic-authentication-be-used/54453
I have solved this changing Renderer code to match versions from [ImGuiGLFWBackend.jl](https://github.com/JuliaImGui/ImGuiGLFWBackend.jl)
Yes I think, at least test examples work with these changes.
The same error, I run .jl file with separate module in vscode line-by-line.