Ben Boeckel

Results 537 comments of Ben Boeckel
trafficstars

I think a daemon would be much easier to implement and get right. If you have a `snooze` on events, you'll need to react which means staying around until the...

IMO, you're going to want to run every 10 minutes or so anyways, so I see no reason not to just run as a daemon. No daemonization logic is needed...

Have it send a notification over D-Bus and if the required modules aren't available or the config disables it, output to stdout for processing by any tool.

IMO, Todo and calendar apps are completely different things. Calendars document things that *happen* while Todo lists document things to be *done*. They require different logic to handle properly. Personally...

Ah, that sounds suitable then.

Red Hat will backport all kinds of things to their kernels, so no.

Why does this need to be predicated on whether embree is static or not? Is just using the `embree` imported target not good enough?

We are building using the instructions found [in this file](https://gitlab.kitware.com/paraview/paraview-superbuild/-/blob/master/projects/ospray.cmake) (and we're using OSPRay 2.4 with the default "ALL" ISA setting). The reported crash is in a binary built with...

I'll note that we are building with Xcode 11.5, so that could also be a difference.