Pierre@beehaw.orgtoFree and Open Source Software@beehaw.org•How do I know when I'm good enough at coding to solve issues/ commit code related changes on open source projects?
2·
1 year agoWhen choosing a bug, if you start with one that is possible to reproduce, it might help following the instructions to reproduce it while debugging the app and observe what happens. This can be a way to start understanding how it all runs. Bugs without context or hard to reproduce are usually more complicated and you might need a better knowledge of the code to have an idea of where to look.
Sway sort of does that. It does not resize live, but uses a transparent overlay to show where the window will be. You can do all of the moving and resizing with the mouse this way.