Sergey Korotkov
Sergey Korotkov
Initially I just used your make file, and everything works. Later I update to 15.04 and it stop working and I didn't change anything. I tried to reinstall driver manually...
device is not blocked. I noticed another thing. Now if I do "modprobe mt76xx" as see messages in dmesg that "usbcore: registered new interface driver mtk_bt_loader". So it didn't loaded...
I suppose you are using it on Windows?
file with .compact extension are create for purpose of compactization or garbage collection. This procedure is triggered automatically or upon request (collection.compact or db.compact functions). The goal is to substitute...
There is no option that control this, but this is here decision is made: https://github.com/sergeyksv/tingodb/blob/master/lib/tcoll.js#L135 You can comment out this code or ad false into condition.
This is windows only issue. Unfortunately I didn't use windows and especially for NodeJS development. So for me it is problematic to reproduce and therefore fix this issue. Code is...
Your are right. Going to change that. As of now TingoDB is compatible with 1.4.x series of mongodb driver.
I do believe that current method is already works as fast as possible especially if you specify empty or no query, see here https://github.com/sergeyksv/tingodb/blob/master/lib/tcoll.js#L620 It basically just add into operation...
First time is something expectable, because full collection scan happens on first access to collection (in order to rebuild indexes). However subsequent calls should be just a milliseconds because no...
@giancarlocosta You can always use your branch in references and gets module right from the GIT so this should be that urgent I hope. Fix is trivial but I need...