Zoff
Zoff
the best (ideal) option would be to work together with the dev of SendReduced and define an API, so both apps can work together seamless. doesn't make any sense that...
@CobaltXII maybe you can make that into a github workflow and do the screenshots automatically on every commit (or PR)? can you share your complete source code on how you...
it seems to be NOT possible to use from java now. or can you give a working example please?
is this going to be applied?
[ToxProxy](https://github.com/zoff99/ToxProxy) does exactly what https://code.briarproject.org/briar/briar-mailbox does, but for tox. It's still in beta though. it was featured at ToxCon2019: https://github.com/zoff99/ToxCon2019/blob/master/slides/toxcon_2019_ToxProxy.pdf
@amirmahdi-nsh actually [Antidote](https://github.com/Zoxcore/Antidote) does not have that issue anymore. and it's not 10 minutes (that was a long time ago) but now its less than 30 seconds.
emoji popup showing on linux, macos and windows in the lower right corner. when scrolling the box to show more emoji its stuck for 1 second or longer. when replacing...
``` fun App() { var al: ArrayList = arrayListOf( "๐","๐","๐","๐","๐","๐ ", "๐คฃ","๐","๐","๐","๐ซ ","๐", "๐","๐","๐ฅฐ","๐","๐คฉ","๐", "๐","โบ๏ธ","๐","๐","๐ฅฒ","๐", "๐","๐","๐คช","๐","๐ค","๐ค", "๐คญ","๐ซข","๐ซฃ","๐คซ","๐ค","๐ซก", "๐ค","๐คจ","๐","๐","๐ถ","๐ซฅ", "๐ถโ๐ซ๏ธ","๐","๐","๐","๐ฌ","๐ฎโ๐จ", "๐คฅ","๐ซจ","๐","๐","๐ช","๐คค", "๐ด","๐ท","๐ค","๐ค","๐คข","๐คฎ", "๐คง","๐ฅต","๐ฅถ","๐ฅด","๐ต","๐ตโ๐ซ", "๐คฏ","๐ค ","๐ฅณ","๐ฅธ","๐","๐ค", "๐ง","๐","๐ซค","๐","๐","โน๏ธ", "๐ฎ","๐ฏ","๐ฒ","๐ณ","๐ฅบ","๐ฅน", "๐ฆ","๐ง","๐จ","๐ฐ","๐ฅ","๐ข", "๐ญ","๐ฑ","๐","๐ฃ","๐","๐", "๐ฉ","๐ซ","๐ฅฑ","๐ค","๐ก","๐ ", "๐คฌ","๐","๐ฟ","๐","โ ๏ธ","๐ฉ", "๐คก","๐น","๐บ","๐ป","๐ฝ","๐พ", "๐ค","๐บ","๐ธ","๐น","๐ป","๐ผ", "๐ฝ","๐","๐ฟ","๐พ","๐","๐",...
@mazunin-v-jb this code shows that when you drag the scrollbar things totally stop and block. you can not scroll smoothly
with this workaround it is a bit better, but still not great: ``` for (k in 0..(it.size - 1)) { val emojistr = it[k].char val placeholder = "?" var curtext...