You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in num_cpu where the call to sysconf is hard-coded to 84 so doesn't work when on Mac OS X; which consequently brakes a lot of libraries when used on Mac OS X.
We need to add constants to numcpu so this type of bug doesn't occur again.