vlakoff

Results 87 comments of vlakoff

Things are much better on this build. CPU is around 1%, and if I start like a dozen instances, there is barely no side-effect on Windows. The issue is still...

Ah, and I'm running 4K resolution on this IGP, lol. (BTW, out of curiosity I just tried on 1080p resolution, the problem remains unchanged) But this app is really the...

It's much better than on previous pre-releases. I have opened about 30 instances, CPU usage of each instance is below 1%, with spikes to about 1.4%. The rest of the...

Here is what I have with 150% font scaling (you may compare with the text in the title bar, which is clear): ![WinDirStat - font scaling 150%](https://github.com/windirstat/windirstat/assets/544424/aeab1685-bed6-4b8b-a605-f91c73fb9c42) And with 125%...

It is much better, indeed. I am very experienced at spotting such "pixel level" issues, so I'm still able to see that some resizing occurs, but the result is so...

Another thing, with my currently broken settings, the switch order is by "tab recency", instead of the good "left to right" order. Another behavior that I really can't stand… I'm...

Indeed, before changing computer, I was used to an old version of WinMerge. I'm immediately reverting to WinMerge 2.16.5, and looking for replacement software.

This key combination is uncommon, and much harder to type with one hand (to avoid ambiguity: I'm holding the computer mouse with my other hand). But this solution could be...

In the row and column loops, thus executed for every cell, I noticed some calls that could be moved out of the loops: * `indices.first()` ([here](https://github.com/sqlitebrowser/sqlitebrowser/blob/80952c5089e78f4ced8669dbf2e0af1f288d0d60/src/ExtendedTableWidget.cpp#L647)) * `QString("...")` instanciations, when...

I recently revisited an older discussion, starting from https://github.com/jquery/api.jquery.com/issues/1207#issuecomment-1274554752, where we talked about the callback parameter (`script`/`data`) that can be `undefined` in certain cases. At the time, I suggested that...