Yaron Y Goland

Results 5 issues of Yaron Y Goland

As mentioned in #28 it is now reasonably easy to build Android for Node (my own flavor of instructions are at http://www.goland.org/nodejsonandroid/). Now, it's not all fun and games. There...

Please see example command lines and errors below: ``` bash Yarons-MacBook-Pro:Thali_CordovaPlugin yarongoland$ sloc --format cli-table --details test/ /usr/local/lib/node_modules/sloc/node_modules/cli-table/lib/index.js:182 var contents = item.toString().split("\n").reduce(function (memo, l) { ^ TypeError: Cannot call method...

bug

This pull request is really meant to start a conversation. I'll send a separate email with details. I added the ability to submit an object that can take a WebRequest...

I used LoveSeat recently as part of [code I wrote](https://thali.codeplex.com/SourceControl/latest#Production/Utilities/DotNetUtilities/DotNetUtilities/DotNetUtilities/ThaliClientToDeviceHubUtilities.cs) for an open source project I work on called [Thali](https://thali.codeplex.com/). Thali's goal is to figure out what it would take...

I'm working on a PR for PouchDB which required me to simulate latency between a local client and server. Hoxy seemed like a great choice. But we are using tape...