Suavesito
Suavesito
> Until now, Yggdrasil seems to be the only package manager having problems with absolute paths. This is the only sensible thing given that Yggdrasil - does not have administrator...
> A tool (like likwid) may not care about what Yggdrasil wants / needs. Absolutely, I just wanted to explain the perspective of Julia/Yggdrasil, not to rant about the projects...
I don't really know, but, can you point me where are the key bindings defined? Please, that way I might get an idea if is something from Makie, or from...
I think I found the issue, and it's in [`core.jl`](https://github.com/org-arl/InteractiveViz.jl/blob/master/src/core.jl#L216-L235). Makie uses GLFW for windows of GLMakie, in [GLFW documentation]( https://www.glfw.org/docs/latest/input_guide.html#input_keyboard) states that > GLFW divides keyboard input into two...
It does have methods accepting `LaTeXString`.
What it does for `LaTeXString`s is to remove the trailing and leading `'$'` by default from the underlying `String ` representation and pass that to the C library. Then it...
Here is the asciinema https://asciinema.org/a/523250.
This looks like a problem related to [this](https://forum.qt.io/post/301259), basically it cannot found `xkbcommon`. It is weird given that `xkbcommon` is included in `GTK3_jll` as a dependency. I'll look into it...
I can reproduce the error on my machine (Linux), I'll look at what could be triggering the segfault.
I think this might be caused because you have both `Gtk` and `NativefileDialog` used. I'm not qualified to properly debug this, but maybe @timholy could help us here.