Marcos Gómez Vilches

Results 25 comments of Marcos Gómez Vilches

@Thomerdos I fix it in the last commit, could you please try it?

Im trying executing some profiling commands, but it fails, ie: ``` db.runCommand({"find":"Purchases","filter":{"_id":{"$in":[{"$oid":"5de92135ebd06910835a25c7"}]}}}) ``` error: cannot nest $ under $in or ``` db.runCommand({"find":"Purchases","filter":{"_id":{"$oid":"5de92135ebd06910835a25c7"}}}) ``` error: unknown operator: $oid Before PrettyDataCollector worked...

Any new idea about this @alcaeus ?

any updates about change $oid? thanks!

No @arendjantetteroo, thanks for your recommendation. But it would be nice to officialy support it.

Any updates about implementing with JoshyFrancis/drag_auto_scroll?

Great news! I've got a nice solution. Using this library: https://www.npmjs.com/package/dom-autoscroller ```js var kanban = new jKanban({ dragBoards: false, element:'#kanban', }); autoScroll([ document.querySelector('.kanban-container') ],{ margin: 20, maxSpeed: 5, scrollWhenOutside: true,...

Hi @tnetsch , I'm using dist/dom-autoscroller.min.js after loading jkanban.min.js.