Ben Francis

Results 17 issues of Ben Francis

Thanks for this tool! I just ran the script with the following command, on an .mbox file from Google Takeout containing approximately 7,000 emails: `$ python3 imap_upload.py --gmail --box imported...

I'm using the the cloud instance at mycozy.cloud and when I try to add the web app to my home screen it doesn't open in standalone display mode as specified...

enhancement

build.snapcraft.io currently lists a git commit ID alongside build numbers so you can see which commit triggered the build. The new UI on snapcraft.io does not and I couldn't find...

Priority: Medium
🚀 Dev ready

Earlier today fabrice reported a problem with make sync returning these errors http://pastebin.mozilla.org/1486325 He says it's working again for him now, but when I run make sync I get: git...

Is there a way to stop node-dbus from trying to open a gtkDialog to display an error message? I'm working on a kiosk application running on top of Ubuntu Core,...

This works: ``` javascript var MyObject = { myFunction: function() { } } ``` This doesn't work: ``` javascript var MyObject = { myFunction: function myObjectFunction() { } } ```...