Mo Rijndael

Results 7 comments of Mo Rijndael

I've built element-web using Tauri, looks like it works perfectly. Going to try to port element-desktop

Can it be achieved by making view option "Group direct subfolders" per-folder?

Android isolates app's private storage, so no app can see other app filles. Except in case there is root access ofc, but it's generally impossible to protect something from root...

Have same problem, but Aerich not just merged two migrations in same file — it generates corrupted result! ```sql DROP INDEX "idx_bot_user_id_78ebae"; ALTER TABLE "bot" ADD "auth_data" JSONB; ALTER TABLE...

Also, +1 reason for not merging: migrations could be modified manually. For example, to migrate data between complex schema changes, which can't be guessed automatically

> All you need to do is check this value `exchange.clients[url].subscriptions` and then call the `exchange.clients[url].close()` Sadly, this will not work, if you're monitoring several channels in same endpoint (for...

I've built element-web using Tauri, looks like it works perfectly. Going to try to port element-desktop