l
l
> Does nine have a wireguard setup and if so, where is it documented? It's all documented in the server readme, both wireguard and mtail setup. But wireguard is not...
Closed with #388, there is now `mtail` which only exposes metrics locally or to a configured interface. We should also do something about `/metrics`, probably remove it. Will open another...
> I'm using @deltachat/napi-jsonrpc. Not related directly to the issue, but napi-jsonrpc is archived: https://github.com/deltachat/napi-jsonrpc I suggest that you switch to using `@deltachat/jsonrpc-client` and `@deltachat/stdio-rpc-server` directly. This is what Delta...
It should be easy to port if you already started with napi, JSON-RPC API is the same. The difference is that stdio approach is simply starting deltachat core as a...
Turns out there was a fix already at https://github.com/stalwartlabs/mail-builder/pull/15, but that PR contains unrelated changes.
There is another reference: https://sqlite.org/forum/info/e42b145171b6fdb32b3033f350c4f1692a8e0b7f015ceec624b595b6055777bd Generally SD cards are not supported by SQLite it seems, and filesystem cannot do anything about it. Even if WAL mode is switched off and...
> I wonder if this is also an issue for Android and iOS? Most Android phones use UFS storage. It may be possible to install the app to sd card,...
Closing this as 2.17 is released with #7031 merged. For 2.17+ better open a new issue with a new log if this continues to be a problem.
It's also possible that different IP addresses but the same SNI are served by different servers (Cloudflare calls them "Point of Presence" in https://blog.cloudflare.com/tls-session-resumption-full-speed-and-secure/) so app developer may want to...
For me it gets stuck at 16%. To reproduce I just closed the app by swiping off the switcher screen and then restarting it until it gets stuck. `adb logcat...