Andrea Gariboldi

Results 13 issues of Andrea Gariboldi

Would it be possible to add args here: https://github.com/andrewjstone/forkqueue/blob/master/queue.js#L25 var worker = cp.fork(this.workerModule,[this.workers.length]); so that the worker process can get his ID from progess.argv like this: const ID= process.argv[2]; this...

https://github.com/javiersantos/AppUpdater/blob/b97604f68c02b9b7df8f649789c0354b28a9da90/library/src/main/java/com/github/javiersantos/appupdater/UtilsAsync.java#L90 not sure if it is intended or not but catching Throwable instead of Exception would also catch RuntimeExceptions from the JSONParser. Right now, anytime the app cannot connect to...

possible bug

We should use deepdiff to identify differences between object and _old and then create updateItem (http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html) calls, to improve update throughput.

enhancement

there are many type of queries that can be handled directly on the main table

We need some kind of unified ref between objects: the only thing that identifies uniquely an object in dyngodb is the triple (collection,_id,_pos). So a ref should contain all of...

enhancement

At this point would be really great to have a some unit test.

bug
enhancement

. find a better promise lib ? . find a better dyamo lib? Or rewrite dyn.js / dyn.tx.js . more unit tests, more unit test . create separate modules for...

enhancement

To support better web pagination of results: actually you have to sort them and give a $gt operator somewhere to get the next page. Enabling the client to store the...

When deleting an object it would be nice to remove the pointers to this object from other places

enhancement