Eric Soto

Results 3 issues of Eric Soto

Added a section to the readme.md about error correction, which is already implemented in the code, but was not otherwise mentioned in the doc. This might be helpful to other...

The code in BKPeer.swift, `sendData` is as follows after a task is added to the sendDataTasks array ``` if sendDataTasks.count == 1 { processSendDataTasks() } ``` This processes the tasks...

The library chance.js supports passing parameters to certain types as documented in http://chancejs.com/. For instance, it's possible to ask for an integer between say 1 and 100. Is it possible...