Sunny Gonnabathula

Results 25 issues of Sunny Gonnabathula

Maybe I'm using this library wrong, but I can't seem to assert anything from _within_ a `then` block, as so: ``` js require('babel-core/register')({ presets: ['es2015'] }); const test = require('blue-tape');...

Re-implemented for the new `#[rustler::nif]` API (excellent work btw). Let me know what y'all think! Also open to renaming things if y'all think they make more sense. Previous discussion: https://github.com/rusterlium/rustler/issues/106...

I'm now unable to run some of the cells that depend on `fastbook` because my `nbdev_build_lib` command (version 1.1.22) claims to convert all of the notebooks, but only outputs `fastbook/__init__.py`...

I'm porting a Golang project to Rust called [yggdrasil](https://yggdrasil-network.github.io) - tl;dr, its a P2P meshnet software built on Wireguard in which your static IPv6 is derived from the hash of...

changes requested

Creating a different PR to break up and incrementally add useful features as I develop them for another project, rather than #8 which is a little too ambitious for me...

Trying to install a module that has `deasync` as a dependency, and on both Node 4.4.5 and 5.11.1 the build fails as such: ``` sh > [email protected] install /root/.nvm/versions/node/v5.11.1/lib/node_modules/dapple/node_modules/deasync >...

### Affected project(s) - [ ] documentation - [ ] examples - [ ] wasmCloud host - [ ] wasmCloud CLI (wash) - [ ] wasmCloud dashboard UI (washboard) -...

enhancement