squidowl / halloy

IRC application written in Rust
GNU General Public License v3.0
1.18k stars 40 forks source link

Slow typing #397

Open krstp opened 1 week ago

krstp commented 1 week ago

The UI is not catching all the keyboard buttons on time. Such as if I type to fast it will miss on some typing. UI requires user to type relatively super slow in order to be able to type full words, otherwise singled out letters are missed.

alpert1 commented 1 day ago

I can confirm this issue and would add that it makes Halloy completely unusable. I try typing "that" and I'm lucky if Halloy catches even one letter of the word. This issue only occurs in active channels and therefore seems to be related to the processing of new messages by Halloy. As of right now Halloy is only usable in inactive channels, which makes it a pretty useless IRC client (but with a lot of potential, I'd like to add).

casperstorm commented 36 minutes ago

I'll have a fix ready for you two to test within the next day. Will let you know when it's ready.