Theo Gravity

Results 138 comments of Theo Gravity

I think the issue is related to https://github.com/docker/compose/issues/3800

Figured it out thanks to the comment: https://github.com/docker/compose/issues/3800#issuecomment-236963975 You must use the new "Docker on Mac" app. I'm using the edge version (unsure if non-edge works). Here's my setup (can...

I've included this PR in https://github.com/theogravity/migrate-mongo-alt

Not sure how it would work - the reason for the existing implementation is because sqlite3 has two separate callbacks - one for when a row is fetched and another...

@AlttiRi Looks interesting. Do you know what the perf / memory impact would be? Biggest concern is possible memory leak due to garbage collection issues.

@AlttiRi yeah, it would definitely need a queue - for each row, add to the queue, then on yield, pop off. Don't think you need to wrap promises around the...

Thanks for looking into this - I'll check it out over the weekend

> Here is the most correct realization _(I assume, I did not test it a lot. Just a quick implementation.)_: > > ```js > function getRows(db, sql) { > const...

I've integrated your PR into my fork: https://github.com/theogravity/migrate-mongo-alt

I've included this PR in https://github.com/theogravity/migrate-mongo-alt