David Boucha

Results 12 comments of David Boucha

Portray seems to work on the codebase. I only had to change the following line in `pyproject.toml` ``` name = "callofduty" ``` Then I was able to run `portray server...

I've got this almost working. Just needs some polish

@Btibert3 I've opened a PR with my initial attempt at this. Would you be willing to give this a try? https://github.com/dogsheep/google-takeout-to-sqlite/pull/5

Also, @simonw I created a test based off the existing tests. I think it's working correctly

I noticed that @simonw is using black for formatting. I ran black on my additions in this PR.

> The command takes quite a while to start running, presumably because this line causes it to have to scan the WHOLE file in order to generate a count: >...

> Looks like you're doing this: > > ```python > elif message.get_content_type() == "text/plain": > body = message.get_payload(decode=True) > ``` > > So presumably that decodes to a unicode string?...

> I just tried to run this on a small VPS instance with 2GB of memory and it crashed out of memory while processing a 12GB mbox from Takeout. >...

Hi @maxhawkins , I'm sorry, I haven't had any time to work on this. I'll have some time tomorrow to test your commits. I think they look great. I'm great...

@philpep I just made an lxc backend based off the docker backend. Would you be interested in a PR with the lxc backend or would you rather just have a...