Damian Beresford
Damian Beresford
Hey Marc, just to clarify, my work on rocks is not connected to nearForm; it's a person pet project (that I actually need for another pet project) and shouldn't be...
Awesome work @m0g, thank you! Build is failing for node 0.8, let me update the travis file and remove non LTS versions, get this passing and will merge then :-)
Hi TJ - sounds interesting, and yes, definitely interested!
@rayshan yes interested of course - pull requests very welcome!
hi, yeah, setImageTags uses exiv's 'setValue' under the hood. We'd should also support 'add', i.e. a new addImageTags() function that calls exiv's 'add' under the hood (which appends key/values). Will...
Looks good to me, nice job! @drewish I'm happy to merge this, how about you?
Hi @ddibiase - Thanks, it's been fun! My plan is to eventually have full support for the RocksDB API. So far it's been relatively straightforward, and I haven't tackled any...
That's very strange, works fine for me with 1.7.2, rocksdb 5.8.8 on MacOs: ``` $ cat ./simple.js const rocksdb = require('./build/Release/rocksdb.node') db = rocksdb.open( {create_if_missing: true}, '/tmp/users-test.rocksdb'); db.put('node', 'rocks'); 12:42...
Demo works for me locally with both node 6 & node 8. ``` $ node demo.js rocks 08:38 $ rocksdb_ldb --db=users-test.rocksdb scan node : rocks ``` Not sure how to...
Hasn't been used/tested with newer versions of rocks, it will compile and build against whatever version you have installed locally if you want to try it out.