Dan Connolly
Dan Connolly
The example for [cloudabi for FreeBSD](https://nuxi.nl/cloudabi/freebsd/) shows passing a directory: ``` tmpdir: !file path: tmp-unittest ``` I tried to follow this example but I got: ``` % cloudabi-run /usr/local/x86_64-unknown-cloudabi/bin/python3 <...
I could really use this in my project; I'm struggling to figure out how to add it. Maybe with a little help, I could contribute it? In [rserve news](http://rforge.net/Rserve/dev.html): >...
Very cool stuff. Here's hoping I can run it on my [BBGW](https://beagleboard.org/green-wireles) before long. I'm interested to do the work, though I'm not confident I'll get to it any time...
Why have methods such as `CryptoSecretBoxNonce.is_valid()`? Why not forbid creation of an invalid `CryptoSecretBoxNonce` by using a private constructor and a factory function that can fail? This is perhaps mostly...
Pony usize arithmetic wraps, correct? How does this work if c.size() < mac_size()? let buf_size = c.size() - mac_size() let buf = _make_buffer(buf_size) https://github.com/jemc/pony-sodium/blob/master/sodium/crypto_box.pony#L81
It should be a method on a capability derived from Env cf. https://github.com/ponylang/rfcs/pull/28
Currently, https://github.com/rchain-community/rchain-api/blob/master/src/proxy.js only supports calls from off chain to the chain and back, not the other way. To support CapTP, it should be split into a lower level that just...
The generated protobuf files are just bloat now... with the exception that they indirectly provide static types. But those should be a devDependency, not a production dependency. (context: investigating [a...
fixes #79 TODO: verify / fix IP address where to reach the local shard cc @jimscarver
should handle testnet, mainnet This is important for stuff like https://github.com/rchain-community/liquid-democracy/pull/30