Aidan McQuay
Aidan McQuay
Thanks for that, have been struggling with what was causing this!
I resolved this by changing this: ``` - uses: actions/cache@v2 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} ``` to this: ``` - uses: actions/cache@v2 with: path: '/node_modules' key:...
man, i want this feature so bad!
You could do that by adding this code: ``` windowWidthFull := monitorWidth - (windowBorder * 2) #x::ResizeWinMine(windowWidthFull ,windowHeightTall , LeftLeftLeft, LeftLeftTop) ``` It's just a wrapper for WinMovecommand that adds...
Yup forgot about that, glad you got it worked out.