Jonathan Bieler
Jonathan Bieler
I've rebooted a VM with ubuntu and I can reproduce the issue, so I'll see what I can do, but I don't have much clue expect that RTLD_GLOBAL thing.
@Liso77 I've made some changes, the issue arises when I'm loading the GtkSourceMap (it's a view of the file that you can use to scroll). I've just disabled it on...
Wow awesome, I've tried it a while ago on osx but I got some errors during the compilation, I assumed it would be a lot of work to fix it....
Compilation ran on my os x but it segfaults at startup, it shows for a brief moment though, it's maybe the logo plot that makes it crash.
I removed the logo part and it does start now, but it often crashes when running things, or trying to plot. The startup time feels good though. It's a bit...
Looks like OpenGL is looking for an AMD gpu driver and cannot find it. Maybe try to (re)install it. If you google the error it seems fairly common : https://www.guyrutenberg.com/2019/10/08/libgl-error-unable-to-load-driver-radeonsi_dri-so/
This is now possible with local adjustment, using the shadow & highlight tool in standard & advanced mode (it's well hidden). @Desmis also there's no control for the width of...
Thanks @Desmis I'll look further into it. Another thing I've noticed is that the graduated filter and the LA one don't behave exactly the same in terms of color, I...
Looks fine to me, I can merge if you have the need for it.
Hey, cool I was using cmaes a lot back in the days. I actually tried to do an implementation as well but I never managed to match the python version...