Jonathan Bieler
Jonathan Bieler
Maybe it's hopeless with Homebrew: https://github.com/Homebrew/brew/issues/4371
That would be even better yes, if that can be implemented without the `stat.measurement` part (i.e. just `plot(x=1:10, y=y, Geom.point, Geom.errorbar)`).
I would just do something like this for `log10_formatter` : ```julia function log10_formatter(xs::AbstractArray, format=:scientific) if format == :plain return [@sprintf("%s", x) for x in showoff((x -> 10^x).(xs), format)] else return...
If there breaking changes in master currently ? I wanted to use some of the XYZ to RGB conversion but last release was before it was added (27 Apr 2021)....
I had a look at the merged PRs and there's a couple labelled as breaking since last release : - #478 - #479 - #494 - #504 Otherwise it's mostly...
On my machine it's the test of GtkRadioButtonGroup that fails, which is also a custom widget, so maybe it's related to my issue : https://github.com/JuliaGraphics/Gtk.jl/blob/7c8802a6fa5ce0002b529d5017ffe72365ea4b4a/src/buttons.jl#L56
From the [docs](https://developer.gnome.org/gtk3/stable/GtkImage.html#gtk-image-new-from-pixbuf) it look like you need to put the data in a `GdkPixbuf `. Looking at the [sources](https://github.com/JuliaGraphics/Gtk.jl/blob/fe6739a3a345ba804030c8d379daa15f30055903/src/displays.jl#L156) we do have a constructor for `GdkPixbuf` that takes a...
Maybe it's a permission problem, check that the folders that Julia is trying to access (`C:\Users\Administrator\.juliapro\...`) can be written in by the Julia process (change their permission on start Julia...
I think it would be nice yes. That said I'm not super convinced by `doing(Shortcut, event)` (I had an Action type before that made more sense with `doing`) but I...
>│ We (and Apple) do not provide support for this old version. │ You will encounter build failures and other breakages. I think the "we" here refers to Homebrew (and...