Results 384 comments of Bartosz Taudul

Read RFC, make changes to code.

This may be a good feature to have, but I'm not sure it's the right solution for the problem at hand. How will this setting affect users who want to...

> Perhaps emulation of individual wheel notches with some ratio of a delta wheel to individual click is the way to go? I don't think this is a good solution....

I don't know how assigning reviewers work on Github. Mentioning people should be enough to get their attention.

I think I saw similar behavior recently on one machine. It seemed to be related to the Windows Explorer misbehaving when a number of network drives were attached and the...

A simple solution seems to be to always enable the cache. ```diff --- a/cmake/CPM.cmake +++ b/cmake/CPM.cmake @@ -154,7 +154,7 @@ set(CPM_DRY_RUN if(DEFINED ENV{CPM_SOURCE_CACHE}) set(CPM_SOURCE_CACHE_DEFAULT $ENV{CPM_SOURCE_CACHE}) else() - set(CPM_SOURCE_CACHE_DEFAULT OFF) +...

The change as proposed is invalid, as it breaks the protocol. If it works on Hyprland, then the compositor is badly implemented. > If all of x, y, width and...