thraen
thraen
Former implementation effectively always selected VK_PRESENT_MODE_FIFO_KHR. This is probably not intended. Intended behaviour is probably selecting VK_PRESENT_MODE_MAILBOX_KHR over fallback VK_PRESENT_MODE_FIFO_KHR, which is established with this commit.
Hi, We face long build times. In many compilation units `ros/console.h` is all that is is needed from ros. But that includes a lot of unecessary boost: ros/console.h includes ros/time...
On my computer julia always crashes on this code: ``` @everywhere const m = 100 @everywhere const n = 100 @everywhere const T = 100 @everywhere @inline function slice!(x, t,...
when I issue interrupt() directly after opening Julia with ~/julia/julia -p2 I always get an error and some of the workers get terminated: ``` julia> interrupt() fatal: error thrown and...