James Heppell
James Heppell
Thinking about it more 3.1.0 was the first time I'd used github desktop in a few weeks I think so it's quite possible the last version I used before that...
Using ANGLE also resolved the issues for me, and for another couple of computers I tested on. Those computers were having variations of the problem, one has an RX 580...
Calling love.audio.stop() with multiple sources or with no parameters, meaning it applies to all sources, causes love.js to crash if one of the sources that it's being applied to is...
I did not use yarn commands when doing this, I didn't realise they existed. I've reverted my commit locally and tried to carry out this fix using yarn, however I...
My thinking was to make push:setupScreen mirror the beheaviour of love.window.setMode, where if you give it a width/height of 0 it sets them to desktop resolution. https://love2d.org/wiki/love.window.setMode "If width or...
Is there a way it doing that from within love2d? I feel like it'd make the most sense for love.event.quit() to call the window.close; function but I'm not sure how...
Got that working but window.close(); only works if the current tab was opened via the same script (eg using window.open();), so I guess there isn't really a way for love.js...
The fix has now rolled out to stable it seems as the issue is gone for me, thanks for looking into!
Hmm that’s odd I’d never noticed, I’ll look into it and see if it’s supposed to be that one or should be changed as well!
https://github.com/mdn/browser-compat-data/issues/23175 I've opened an issue in the MDN browser-compat-data repository as I can't find any previous discussions around it