Xoores
Xoores
Yeah, the issue was not me not knowing how to use Valgrind but rather AVX512 instructions that my CPU supports and Valgrid does not :slightly_smiling_face: When you try to run...
> ...wonder if you're not better off using dbus (we are already using it extensively, so why not more?). We could add dunstctl commands like `dunstctl update ID summary "new...
I've applied some of your suggestions - the rules make sense now... My fault - I thought that since example rules were at the end, I should just continue and...
~~Should I address also that clang error?~~ Yes... ``` In file included from test/draw.c:1: In file included from test/../src/draw.c:16: test/../src/log.h:25:69: error: token pasting of ',' and __VA_ARGS__ is a GNU...
> I thought a bit more about this and I think the bash interface with modifying env variables is fine. DBUS is probably a bit overkill for IPC, but I...
> I haven't looked at the implications of pipes and double forks, but I'm sure you can figure that out. If it's too complicated you can stick with mmap. I'll...
> > > I haven't looked at the implications of pipes and double forks, but I'm sure you can figure that out. If it's too complicated you can stick with...
> Unfortunately we need to set a bunch of env vars for the child process only, and popen doesn't provide a way to do this, so you'll probably end up...
@fwsmit Hi, yeah! I had quite a lot on my plate (health-wise) so I did not really had an opportunity to clean it up. Of course I want to finish...