Daan de Graaf

Results 17 comments of Daan de Graaf

I have been experimenting with adding support for Mac OS and Windows to CI, which seems fairly easy to add: https://github.com/wildarch/blackjack/pull/8.

My latest experiment using `select({..})` to generate a cross-platform `cargo_dependencies.bzl` is at #9. This may supersede #6 if it turns out to work, it might be a long shot though.

We now support Mac OS! 🎉

The technical reason behind this is that for every crate in the dependency graph, we generate an `http_archive` rule and the corresponding `BUILD` file to build the crate. I don't...

It looks like you may need to enable build scripts for the `num-bigint` crate. The readme has an example on how to do this, should be something like: ``` [package.metadata.blackjack.num-bigint]...

'Acceptable' is admittedly left quite vague in our post. The latency graph in the blog post shows that for some requests, the latency is as high as 10 seconds, which...

That sounds promising! Taking a look at the default values I see most timeouts are around 1 second, so individually too low to explain 10 seconds of latency, but perhaps...