Takuya Iwanaga
Takuya Iwanaga
Ran into the same problem. In my case the gray boxes appear as the lat/lons for the map center were being set to nonsensical values Compare output between the two...
Looked into this myself as I needed to know the answer. improve/step is of course improvements per step taken. If I understand the code correctly, the first number (`0.700`) is...
Hi @ffreyer For the test I'm using a mouse click to simulate the textbox being selected. Seems I have to display a window for the click position to be recognized...
Yes, the `focused` flag could be removed but without the mouse selection, the textbox will not be selected. Without `display()`, the window size will be `(0,0)`, and so the textbox...
> > no clipboard command found, please install xsel or xclip > > Is it worth setting one of those up to test this? I guess it would be good...
I wonder if you've encountered a variation of this issue I tripped over: https://github.com/JuliaLang/PackageCompiler.jl/issues/721 The compile command I usually use is: `create_app(".", "MakieExe", incremental=true)` Assumes you're inside the project root...
Does GLMakie pull anything in from Makie itself during precompilation? I notice there's a fair few places which rely on `@__DIR__` in the Makie project, maybe that's what is causing...
> Btw, did you get around the App installing MKL at runtime? That's very annoying, also it fails to unzip it for some reason -.- No sorry, and not sure...
@SimonDanisch FYI, both of these: `create_app(".", "makieapp"; force=true, incremental=true, include_transitive_dependencies=false)` `create_app(".", "makieapp"; force=true, incremental=true, include_transitive_dependencies=true)` crashes out for me with the message: `Recursion encountered; TeX Gyre Heros Makie cannot be...
That's weird, I did a `] precompile` as well. Although it finished pretty much instantly so I should have thought something was weird. I'll try again later.