hellboy81
hellboy81
Looking for active .NET port
``` nvm current // system - v0.10.30 grunt aglio:apiManual // Works `` Trying with 0.12: ``` nvm use 0.12.7 // Now using node v0.12.7 (npm v2.11.3) sudo rm -rf node_modules/...
any plans or alternative plugins to generate POJO from [yaml fixture](https://github.com/keepcosmos/beanmother#example)
In SUT is `v4` method [uuid](https://github.com/defunctzombie/node-uuid) used: ``` js uuid = require('uuid') uuid.v4() 'b14b1abb-180e-4d34-a59c-940bc2e77ac7' ``` What is the best way fake their returning value in Arrange phase? ``` js //...
And may be another tutorials?
Is there possible to log in [what](https://git.io/vzugl) variables, array indexes, code fragments? Is there some alternatives?
How can I overwrite `createReadStream` to hide internal sublevels? How is used dependency `level-sublevel` in `level-replicator`? Should I pass to ``` db = replicate(db, replicateOptions); ``` `LevelUP` or `SubLevel` instance?
Please provide more info how to override `wiremock` version to use bufixed version `2.32.2` 
[`unexpected.js`](https://github.com/unexpectedjs/unexpected) assertion library support should be added ``` ? Assertion Library: expect.js chai > TODO: unexpected.js none ```
- Is there possible to profile heap w/o changing source code? - Is there possible to log in **what** variables, array indexes, code fragments? - Is there some alternatives for...