Konstantin Vlasov

Results 20 comments of Konstantin Vlasov

I was going to suggest adding an option for changing the buffer size. Basically what @jay implemented earlier for testing (via CURL_OUTFILE_BUFSIZE), only now officially, with a command line option....

That's a good point about the licensing, I have no idea if MIT and GPL could be combined. But I mostly meant static linking with the CRT (that is, using...

@NeelAPatel For me each time it was fixed after a reboot, no reinstallation of anything was required. If that does not work for you, I'd suggest you reinstall Chatterino itself...

@NeelAPatel Looks like we have different issues. In my case the exception code was 0x40000015. But I'm working in Win7; not sure if that could affect it. Maybe try a...

That makes me think, there's something seriously wrong with your system. Maybe not even in the CRT libraries (the "faulting module" pointing at ucrtbase.dll means that the exception ends up...

OK, additional information. I repeated the test, but this time I set Always on Top flag for the Chatterino window, so that it was always visible; left it runnning for...

No, it's not been fixed for me. I've been using 2.5.1 for about a month, and I still see all the animated emotes disappear, if the window was left open...

Ah, sorry, forgot to write about that part. I saw it in that issue, and checked for it too, to the best of my abilities. I don't think there is...

> Does your /etc/et.cfg have daemon set to 0? No, here is my et.cfg: ``` ; et.cfg : Config file for Eternal Terminal ; [Networking] port = 2022 # bind_ip...

That's a very good question, which, unfortunately, I don't have an answer to. I already tried adding "-t" to the ssh call in the ET source code and rebuilt it,...