Matt Gajownik

Results 181 comments of Matt Gajownik

So based on what others have said, and the code I've looked at, there are two potential theories: 1. When initialising, certain docks have a minimum size that's different to...

Except it's only 100% reproducible for some people, and often times a fresh installation (where the user backs up & deletes their config) fixes the bug. For most people, the...

Yeah, the bot expects a stable connection and Discord's API isn't always stable. I've been meaning to rewrite the bot with a newer version of the API and with more...

4) did cross my mind as I went to bed. Definitely worth fixing. I'll get all 4 points fixed this week.

Alright, I removed formatting entirely & ensured it doesn't affect log files. Let me know if it needs anything else.

Hmm, this is a good point. I don't feel particularly comfortable importing a dependency just to colour logs. I'll do some further digging. Do we want to support `cmd` on...

I'm personally not opposed to merging this if this'd definitely make the `PET_POPUP` composition easier to do, however it's worth noting that 5060 is likely the last build that'll support...

I have confirmed in my testing that even though `prefs::kDefaultBrowserSettingEnabled` is false, this simply determines whether to check that it's default, and re-default it if it is. The call stack...

Initial notes. I'll write a longer comment later too. We want to be direct to the user (get their attention) but not overwhelm them with dialogs. Depending on the user's...

> Possible commit that created that issue [6cdfb0a](https://github.com/obsproject/obs-studio/commit/6cdfb0a8b99fd22a3f3cc01baacc9b01fa9ec2dd) Is this from a bisect, or an assumption?