Pavel Djundik

Results 445 comments of Pavel Djundik

Are you sure it's not a bug when it throws in `StreamResultGenerator.StartAsync` which doesn't go through `StreamStopped`? It would be nice if docs had a correct example of how to...

Ref: ircv3/ircv3-specifications#411 It will certainly require a privacy option for people that do not want to send typing notifications out (should such an option also disable displaying typing or just...

> Add function to clear history. Latest pre-release has the feature to clear history of a channel.

Looks fine. Did you verify that moving clientManager import up there doesn't mess with any of the import order? I think another reason it was require inside of a function...

How will this work if you have multiple networks with same host? That's very common with bouncers.

I'm just gonna mention (non blocking), that different states should probably use different shapes/icons in the future, because colors alone are not good for accessibility or quick scanning. Also, what...

What is happening here? Does Lounge actually create a `` element here and it's not rendered because `canplay` event is not triggered? Does `error` event trigger? If that's the case,...

Moved to https://github.com/kiwiirc/irc-framework/issues/225

Should be a simple fix here: https://github.com/thelounge/thelounge/blob/66455f2c40fd1a7b40120c4c5fddfb714fa5e955/src/models/chan.js#L239 If `client.messageProvider` is false, call `requestZncPlayback` if the cap is enabled (after the `network.irc` check).

`application/octet-stream` is returned when type isn't detected at all, so your PR shouldn't be related to that. You may be having issues based on different files, you can check the...