Frederik Ring
Frederik Ring
When you say "crashes", is there any kind of error rmessage or will your browser just freeze?
10k weekly pageviews sounds like using the Auditorium could be a bit slower, but it shouldn't crash the browser. I'm a bit busy this week, but I hope I can...
I looked into this and it seems things haven't really changed much since #681: When being fed too many events (currently about 7.5k to 8k on my setup) at once...
Thanks for proposing this. I also noticed that go-mail is abandoned at some point but wasn't really sure what to replace it with. In case you want to provide a...
I'm planning to cut a release in the next month or so. In case you would still like to work on this, please lmk and I can include it accordingly....
I think it'd be fine to change the signature of `smtpmailer.New` to return `mailer.Mailer, error`. The error will then need to propagate up to `main.cmdServe` and `main.cmdDemo` which exit 1...
Thanks for opening this PR. From reading the code alone I am a bit lost on what exactly this is trying to achieve. Could you add a few sentences about...
> Excuse if this is a bit rough, my last proper user story was a few months ago. Haha, no worries, this is perfect already and helps a lot. I'll...
Currently, an `AccountUser` as stored in the database has several properties like an AdminLevel and AccountUserRelationships, tying the user to the accounts they are able to access. How would this...
The interesting question probably is: should a deployment support users signing in with OIDC _and_ default user accounts, or should a deployment always use a single method. In case the...