Pavel Djundik
Pavel Djundik
I can't remember the exact reason it was disabled, probably to not deal with public mode.
@ivan Thanks for your constructive feedback.
> Is it possible that clicking the message sends the read marker onto the bottom so if there are new messages before the user scrolls down, those will have the...
> So do you think this feature is worth it if I add the syncing across clients? Sure, let's do that.
Asynchronisty for I/O operations is usually a good idea, if people have obscure setups (e.g. config folder in a networked location), we wouldn't be blocking while that's writing.
There's not that many methods that would need changing: https://github.com/thelounge/lounge/search?utf8=%E2%9C%93&q=sync (unles GH search is missing some) Command line methods can stay synchronous, that's not a problem.
FYI, eslint has a rule `no-sync` which we can use.
This sounds like an issue in https://github.com/kiwiirc/irc-framework can you make this issue there, and provide a log of what the disconnect reason is (even better if you can get it...
If someone wants to jump on this, it should be possible to make topic scrollable by making the `.header` a flex element, topic `contenteditable` and set `overflow:auto; white-space:nowrap;` on it.
Where can I find the GLControl code? https://github.com/search?l=C%23&q=org%3Aopentk+GLControl&type=Code