Nutomic
Nutomic
``` Future { throw new Exception } ``` This code does nothing at all, the app doesn't force close, and the error isn't even logged. As a workaround, you can...
A clean build gives me the following errors. When I build a second time without cleaning, the build works. I tried to downgrade Gradle to 2.2.1, but that didn't help....
Is there any way to use the Scala compile daemon with this plugin? There's an option described [here](http://www.gradle.org/docs/current/userguide/scala_plugin.html), but it doesn't work with this plugin. On a related note, Android...
 This seems to happen for all layout, string, xml and menu resources that are used only from scala. Is there any better solution than completely ignoring the warning?...
Most of this can be copied from Syncthing Android. https://github.com/Triple-T/gradle-play-publisher - [ ] update changelog after release - [ ] translate listing via Transifex
Lemmy now sends proper cache-control headers so that responses for unauthenticated users can be cached. This would help to reduce resource usage on the server. However it could also lead...
That way translations could be done via weblate which should be much easier for contributors. Its also a good opportunity to finally upgrade our mdbook version. https://crates.io/crates/mdbook-i18n-helpers
Setting a high db pool size causes various sql query errors, most notably logins failing entirely. To fix it, shared memory for postgres needs to be increased with the following...
This seems to be the best option for API docs that I can find: https://github.com/juhaku/utoipa It doesnt support the the pattern with `Perform` trait for API handlers. This pattern also...
- How to build a Docker image and get it on the server - Necessary to update fork for breaking API changes (Lemmy versions 0.x) - AGPL license requires making...