Activity for Michael Kuron

  • Michael Kuron Michael Kuron posted a comment on merge request #8

    Well, I managed to get Sourceforge to show the commit. Even though it stopped showing me HTTP 500 error messages now, my forked Git repo is still behaving odd. 1) 2 is the minimum that the logic in the Lua code needs. Of course, a 2-gon is just a line, but there is not explicit reason to prevent 2 here. 2) That's correct, though I couldn't find the right place in the code for that. Furthermore, other terminals seem to be fine with 0 points.

  • Michael Kuron Michael Kuron posted a comment on merge request #8

    For some reason Sourceforge doesn't want to show my commit right now. This is the patch: --- term/lua/gnuplot-tikz.lua 2019-01-27 14:49:51.000000000 +0100 +++ term/lua/gnuplot-tikz.lua 2019-01-27 14:49:24.000000000 +0100 @@ -422,6 +422,9 @@ pgf.draw_fill = function(t, pattern, color, saturation, opacity) + if #t < 2 then + return + end local fill_path = '' local fill_style = color

  • Michael Kuron Michael Kuron created merge request #8

1
MongoDB Logo MongoDB