dronus
dronus
While the race condition itself was and is still there, it seems to be not exploited by the older version I mentioned above. After rewinding before the commit mentioned, I...
The version just before the commit mentioned above, I just use an `function(err,data)` callback, and `err` actually is set if ON CONFLICT triggers. That let me decide if the row...
Hi again. Can you please give me an example what kind of problem was adressed by commit 939ec0c57e930b8ce1ab745230a527b1e413cea5 ? I've used prior versions a lot now, and as it is...
Hi, can you please give some comment on closing this bug? I've just run my last test code as stated above, and the problem still persits for dblite as of...
Maybe it is o.k. to close it as won't-fix as it seem a corner case no one trips on but me. However, the docs could hint to this in some...
I think the comment https://github.com/WebReflection/dblite/issues/23#issuecomment-34946397 still gives a precise description of the bug's cause.
My guess is that the depth scale is somewhat arbitrary by the nature of the problem. To keep it consistent, data from multiple frames should be used. Like evaluating the...
Also a secondary network could be trained to filter the final depth images, eg. last three depth images in, one normalized image out. Like temporal hyperresolution. That could easily be...
Looking for integer overflows, I modifed by guessing the limit on `fmult` as imposed by https://github.com/PaulStoffregen/Audio/blob/f4bdcb486212cd20366f1d52c17ad94a93022555/filter_variable.cpp#L130 . Lowering this limit by a factor of 0.8 made the filter stable in...
I think that where some relics from an earlier implementation. Removed them.