Michael Pusterhofer

Results 29 comments of Michael Pusterhofer

I have the same problem with nextcloud 25.0.0.18. Opening the photos app and scrolling to images with low resolution thumbnails makes the server uneesponsive and I get a bad gateway...

Setting `'enable_previews' => false` made my server useable again, but it is quite a drastic step.

By replacing `drawonto` with ```julia function drawonto(canvas, figure) @guarded draw(canvas) do _ scene = figure.scene resize!(scene, Gtk.width(canvas), Gtk.height(canvas)) config = CairoMakie.ScreenConfig(1.0,1.0,:good,true,true) screen = CairoMakie.Screen(scene, config, Gtk.cairo_surface(canvas)) CairoMakie.cairo_draw(screen, scene) end end...

Some code can be found here: https://discourse.julialang.org/t/beautiful-makie-gallery/62523/34

Yes, I think a return value or struct containing the exit code would work.

Would it be useful to be able to pass binary objects between the server and the client? I was thinking maybe the exception(or any other return value) can be passed....

If a script has the following lines ``` println(stdout,"normal message") println(stderr,"error message") ``` Both of the outputs are sent to sock. In a regular script the output could be separated...

Maybe something like morphsnakes from python would be nice to have. I also think all base functions should be available. I would really like a method which includes a balloon...

Even the official binaries do not help if they are placed in /usr/lib. This happens when julia-bin is used on Arch. I think juliaup should resolve this.

If I install julia-bin I have a `/usr/lib/julia` directory. Files in /usr/lib/julia ``` $ pacman -Ql julia-bin | grep /usr/lib/julia julia-bin /usr/lib/julia/ julia-bin /usr/lib/julia/libLLVM-13jl.so julia-bin /usr/lib/julia/libLLVM.so julia-bin /usr/lib/julia/libamd.so julia-bin /usr/lib/julia/libamd.so.2...