Matthew LeVan

Results 39 comments of Matthew LeVan

@Rudd-O just make set the snapshot interval to something higher than 2 minutes with `urbit --snap-time 60` or something. Note that the value is in minutes there. That should do...

Update: my MacBook had `/usr/local/include/openssl` and `/usr/local/include/aes_siv.h` for some reason (probably installed via some other package I installed on my machine via Homebrew or other), and this was confusing our...

@melodicht, this is a common issue with the Bazel build system as we use it in Vere (it happens with other "undeclared inclusions" too, like `gmp.h` for instance). Will you...

@sigilante will you comment here with your thoughts please? This PR has been open for a month or two now but seems to be stuck.

Ok, that's what I expected. Thanks for confirming. It's quite annoying to have to remove/rename system-level dependencies like this. I've spent some time trying to figure out how to get...

I found a way to force Bazel to specifically look for these headers in our local build directories instead of the system directories: instead of `#include "blake2.h"` it would be...

I have a CMake configuration almost working...

How did you go about benchmarking this? It would be great to reproduce this on my own machine as well.

Isn't this just an account of the extra time required for compiling the threads?

I'm happy to approve a PR with just the first commit to start. Then we can open another one for a refactor. Does that sound good?