Max Ammann

Results 348 comments of Max Ammann

Note: Secret validation is implemented here: https://github.com/aria2/aria2/blob/master/src/DownloadEngine.cc#L636-L655

Which level is this library on? :)

The issue behind this is rate limiting in Nextcloud I believe. I also got some 429 HTTP errors when vising the shared link in my browser. (after the PayForMe was...

Setting: ``` 'auth.bruteforce.protection.enabled' => false, ``` works around the issue.

> Question to everyone: > Would you be fine with completely giving up the deprecated login method in favor for a nextcloud login? Do you mean removing link sharing and...

> For simplicity, cannot we use the new official sharing link? it doesn't need a password or a nextcloud account. > Like: https://domain.tld/apps/cospend/s/dc19853041ebc04f444293459e2a485ce That is what is used right now...

You can find some of my notes here: https://maplibre.org/maplibre-rs/book/development-documents/font-rendering.html Text rendering can have varying challenges based on what you want achieve. MapLibre is able to place text in the "game...

Great blog post! > So far I've decided to go to vector only approach first, as it is more general and covers all uses cases. Do you go with the...

btw https://github.com/wipfli/about-text-rendering-in-maplibre

Do you envision here more unit/benchmark tests that tests the mutations in isolation, or something more E2E? I think we want to have some E2E tests at some point to...