George Kropotkin
George Kropotkin
Crashes with IndexOutOfBoundsException. Example stack traces: java.lang.IndexOutOfBoundsException: charAt: 17 >= length 17 at android.text.SpannableStringBuilder.charAt(SpannableStringBuilder.java:116) at com.github.pinball83.maskededittext.MaskedEditText.getUnmaskedText(MaskedEditText.java:206) at com.github.pinball83.maskededittext.MaskedEditText.onTouch(MaskedEditText.java:318) java.lang.IndexOutOfBoundsException: replace (8 ... 9) ends beyond length 8 at android.text.SpannableStringBuilder.checkRange(SpannableStringBuilder.java:1018) at...
Hey, bot, this issue is not stale! :)
Wait, why is this issue closed? Is it fixed?
It happens to me again: ``` [2022.01.14 23:15:12] RPC Error: request 68 got fail with code 400, error PEER_ID_INVALID [2022.01.14 23:17:19] RPC Error: request 125 got fail with code 400,...
Now a couple of images doesn't **upload**. ``` [2022.01.29 10:35:26] RPC Error: request 47 got fail with code 400, error PEER_ID_INVALID [2022.01.29 10:55:41] RPC Error: request 122 got fail with...
This happens repeatedly today in Telegram Desktop 3.5.1, I've already restarted it twice, and it still doesn't download/upload files without *very* long delays. And I don't see any `RPC Error`...
Personally, I don't believe in a network congestion in a 100 Mbit/s wired network, so severe that transferring ~200Kb image takes 10-20 minutes. ;) Telegram on Android, connected by WiFi...
I don't remember seeing this issue in the last couple of months. Not sure what has changed: Telegram app, their servers or maybe something at my internet provider. Probably can...
Oh yes, I'm an "end user" who spent several days to investigate mDNS not working after upgrading from Linux Mint 19 (≈Ubuntu 18.04) to Mint 20 (≈Ubuntu 20.04). I'm relatively...
Well, I can copy docs from `commonMain` to `jvmMain`, but is this the right way to go? They may start to diverge after a while. I'm not familiar with multiplatform...