Adam
Adam
Ah, ok, so I just saw https://github.com/FuPeiJiang/VD.ahk/issues/8 so you thought about it before. And I see https://github.com/FuPeiJiang/VD.ahk/blob/class_VD/other%20examples/list%20VD%20of%20all%20windows.ahk So using that I guess I can filter with VD.getCurrentDesktopNum() as well as...
Got it working and made a repo for it https://github.com/phazei/Win11AutoHotKeyFixes
It's so you can set a really low infill density and use the infil as if it has extra perimeters added to the infill. Yes we can currently adjust the...
Ditto, Chrome, Win10, no change
Same issue. We're on RN0.74. We don't want to use flipper at all, but it tries when we click Open Debugger. The deprecated warning on localhost:8081 says to click that...
How is doing that even a solution. The "Open Debugger" button is broken, it shouldn't be attempting to do anything with flipper since it was removed entirely in 0.74.
Put this here if someone else wants to complete it, not sure I'll get to it and it's pretty close...
Spent a day making an attempt at this, has a lot of technical hurdles. If it's inside a scrolling div, position fixed can't be used because it will show even...
I tried to debug this issue myself for a few hours, but honestly I just don't understand the urx streams at all, I can't even manage to figure out how...
I think I figured out a solution. The core of the issue is the scrolling restoration uses: `initialTopMostItemIndex({ offset: snapshot!.scrollTop, index: 0, align: 'start' }` It's off-setting the saved scrollTop...