Luke Lambert
Luke Lambert
I agree about complaints. The [current defaults](https://github.com/knadh/listmonk/blob/0935e9c136b24aa5a9b023a951d8b4b571b3d784/schema.sql#L255) are `{"count": 2, "action": "delete"}`, and I wasn't sure if there was a reason for that. Count should certainly be `1` for SES....
Have you configured feedback notifications in the SES admin? That would be steps 5-8 from [the docs](https://listmonk.app/docs/bounces/#amazon-simple-email-service-ses) and should look something like this: 
The added latency is simply a feature of strong password hashing algorithms. The [docs state](https://www.authelia.com/reference/guides/passwords/) that you should aim for 500 milliseconds of compute for each password verification. When you...
For my use case (a WebDAV server), the latency and resource usage were too high. I wrote a proxy that sits in front of Authelia, queries the `/api/verify?auth=basic` endpoint using...
I think a function in the global scope that optionally accepted a list of img elements would be very helpful. It would be easy to process images `onresize` or when...