Michal Sojka
Michal Sojka
I was able to fix this with ```diff diff --git a/pkgs/data/fonts/iosevka/default.nix b/pkgs/data/fonts/iosevka/default.nix index b4f64c59d80..fa825fe7277 100644 --- a/pkgs/data/fonts/iosevka/default.nix +++ b/pkgs/data/fonts/iosevka/default.nix @@ -72,6 +72,7 @@ stdenv.mkDerivation rec { nodeIosevka remarshal ttfautohint-nox +...
@toastal `NODE_PATH` seems to be set correctly - it already contains `/nix/store/fsvkchsrzsgsnk37gl021izqh1f60b4c-verda-1.10.0/lib/node_modules`. I tried to play with the package along the lines suggested by @winterqt, but without success. I hope...
Builds fine on my system. I'm just surprised that building a font takes so long even on a 32 way machine. ofborg's aarch64-darwin tests timed out, but from the logs,...
I'm trying to reproduce this on Linux. I see strange behavior and even julia crashes on huge plots, but I never see huge amount of whitespace/tabs/etc. I'm trying that with...
@pfitzseb Do you know why `Plots.jl` has this code? ```julia # Copied from Plots - insert GnuplotDisplay before text displays, but after graphic displays such as IJulia, VSCodeDisplay, etc. insert!(Base.Multimedia.displays,...
> Do you know why `Plots.jl` has this code? I was able to see the difference only in `IJulia`. With `pushdisplay`, the order of IJulia and Gnuplot displays was sometimes...
@gcalderone Can you try/review this? I tried hard not to break any functionality of `gpviewer = true`. All the changes are in `gpviewer = false`, which is now the default.
I see that @gcalderone is working on Gnuplot.jl now, so I'm posting a comment about my experience with using this change for several months. Having `gpviewer = false` being the...
If #47 gets merged, this is not needed.
What is your Gnuplot.jl version? If 1.4, it should work (see #43). If you use an earlier version, can you try https://github.com/gcalderone/Gnuplot.jl/issues/31#issuecomment-810416103?