l
l
Duplicate with some more details: #2800
This is not fixed. #2800 contains two problems, one of which is fixed (something with chat ID 0) and the other one (duplicate of this one, problem with third-party code...
Prototype of sending files with Rust using hypercore-protocol is at https://github.com/Frando/sendtar
Recommended way currently is to setup one device, then take a backup and transfer it to other devices. This issue is about automating the process of backup transfer, currently you...
Maybe remove the last footer, and then cut too long messages based on the number of lines and characters? I just tried to subscribe to https://builtformars.com/subscribe/ and the first message...
cc @Simon-Laux wrt removing URLs from HTML to plaintext conversion, guess you have some opinion on this
> I'm not sure what makes those links that long, is the url copied to the label? The problem is [UTM parameters](https://en.wikipedia.org/wiki/UTM_parameters). We can also remove them for user privacy...
This is flaky, I originally pushed it to master as ce0984f02f62b72afe5db7745f152447740e760a after testing, but reverted because of "database is busy" errors on CI: 652d67a20f8eaa8dcaa6fa93618ad6d2a48ba112 This is probably working correctly, but...
The point of having this pragma enabled on all connections is to ensure that when we execute VACUUM, no matter on which connection it happens, we enable auto_vacuum. This can't...
Auto vacuum is not really important right now, it is enabled for new databases (with a test for it) and for existing databases if it's not enabled worst case is...