kksharma1618

Results 4 issues of kksharma1618

Hey, First of all, thanks for developing nodemonkey. I just stumbled onto this, and I am really excited to use this in our apps. I want to use this in...

enhancement

Steps to reproduce: 1) Define a table. ``` var Account = dynamo.define('Account', { hashKey : 'email', // add the timestamp attributes (updatedAt, createdAt) timestamps : true, schema : { email...

**Issue** SizeChunker._finishChunk is not waiting for SizeChunker._startIfNeededAndPushData to finish first (chunkStart to finish). It results in following error. **Code** ``` javascript var path = require("path"); var fs = require("fs-extra"); var...