Phoscur
Phoscur
The solution above won't work for me, neither changing CSS helps. I used setTimeout before, but it's not an option anymore, as I don't want to carry a callback for...
Nevermind my problem, just make sure the container element is already in the DOM, and thereby not hidden. @marchincieslak's solution changes text positioning on non hidden papers by some pixels...
+1 Any chance this is happening soon?
Ran into this today, got the working tree full of untracked files and lots of changes, trying to review my changes, I can't see the diff of another file, when...
@AndrewKeig hey, so could you take the other pull requests into your repo too, like the coffee option?
well I just want an up to date npm package, if you need me to contribute for that, let it be so :) @AndrewKeig
This explains my empty backups..
``` Failed to parse: { find: "CollectionName", filter: {}, snapshot: true, $db: "DBName" }. Unrecognized field 'snapshot' ``` This error gets eaten by the void, because there is no error...
Replacing `var stream = collection.find(query).snapshot(true).stream()` with `var stream = collection.find({ $query: query, $snapshot: true }).stream()` also seems to fix the issue?