Eirik Fosse

Results 32 comments of Eirik Fosse

@adriaanvanrossum has added support for saving the state in the web browser (checkbox on registration). If many people use this functionality, we might not need functionality for sending emails. I...

Nodemailer + Mailgun could probably be used. I agree, we should implement this, but it should not block the launch in NL.

https://stackoverflow.com/questions/26956251/sending-emails-using-mailgun-with-nodemailer-package

> > I agree that this is a nice to have at some point. I guess we could achieve the same thing using the native Notifications API (https://developer.mozilla.org/en-US/docs/Web/API/notification). > >...

> > @adriaanvanrossum has added support for saving the state in the web browser (checkbox on registration). If many people use this functionality, we might not need functionality for sending...

Yeah I think that would be a nice feature. But then we have to store a connection between email and health information, which comes with a lot of privacy challenges....

I think the laws might differ from country to country. In Norway there is a separate law for treating health information: https://lovdata.no/dokument/LTI/lov/2001-05-18-24, and there are crazy fines for breaking those...

@michaelmcmillan was in contact with Datatilsynet (https://www.datatilsynet.no/en/) last week, they can probably help us answering this (at least for Norway). > What about using the Notifications API? Everything client side....

Nice! Couple of questions: 1. When and who runs the script? On PRs? 2. Does it make sense to run it on all branches and all commits, or should we...

Great job, I think it will make it much easier to handle translations :)