Chralu

Results 34 comments of Chralu

Hi @gwalarn, you're right about this, moreover I just tried the command you gave, it fails on a "connection timed out". Maybe is it because of my working place network....

Hello, are there any updates on this issue ? thanks :)

Hi @amugofjava , on current `master` branch, there is no `mark played episodes as read`. Did you mean `mark deleted episodes as played` ?

iOS devices have either FaceID or TouchID capability. There is no way to get both simultaneously. So I don't know how to reproduce that issue.

might be related to #756

We should : - adapt Lira currency name when interacting with CoinGecko - when coingecko load fails, Display a loading error message instead of the empty chart - display account...

It might be a backend issue. When this happens, here is the client's logs : ```log [log] 2022-11-10 18:38:12.607546 sendTx: requestHttp.body={"version":1,"address":"XXX","type":"keychain","data":{"content":"XXX","code":"","ownerships":[{"secret":"XXX","authorizedKeys":[{"publicKey":"XXX","encryptedSecretKey":"XXX"}]}],"ledger":{"uco":{"transfers":[]},"token":{"transfers":[]}},"recipients":[]},"previousPublicKey":"XXX","previousSignature":"XXX","originSignature":"XXX"} [log] 2022-11-10 18:38:12.670 sendTx: responseHttp.body={"status":"error - networking error"} ```...

Improved by #733 . Memory footprint issue is still present : with 31 transactions to sign, `AEWallet` uses 1.6Go of RAM.

Hi, Just to share my mind, I would be surprised that the **"image swap issue"** would be related to the error seen when popup is quit early. I think the...

Hi, here is a workaround which seems to work properly : ```dart import 'package:hive/hive.dart'; extension HiveClearExtension on HiveInterface { /// Workaround to [HiveInterface.deleteBoxFromDisk] issues on web /// https://github.com/isar/hive/issues/344 Future deleteBox(String...