Marius Petcu
Marius Petcu
As I mentioned in #61, sometimes I'd like to exclude some older targets from the list node-abi gives you when you do --all.
I have a few older node versions that my plugin doesn't build on. I'd prefer to exclude those instead of listing all the new ABIs.
**Is your feature request related to a problem? Please describe.** We're using Discord at work (we're a game dev company, so it seemed fitting) and we need a way to...
Currently, you need to create cursors for each OS individually (.cur for windows, .tiff for macOS, etc). Ideally DefOS would have a mode where you would pass it a PNG...
It only goes full screen on the primary display
Details here: https://forum.defold.com/t/wm-class-on-the-simulator/40688 Some docs: https://tronche.com/gui/x/xlib/ICC/client-to-window-manager/wm-class.html
After calling `defos.set_cursor_locked(true)` on macOS, Defold doesn’t receive dx/dy events anymore. I suspect it’s because Defold’s input code diffs mouse positions instead of using `NSEvent.deltaX` and `NSEvent.deltaY`. I tried locking...
Let's say I play C with a high value on the release slider. If I release the key and try to press it down again in quick succession before the...
My domain is https://🐈.cf, which translates to https://xn--zn8h.cf, which is apparently rejected by simp_le: -----> Getting letsencrypt certificate for pisi... - Domain 'pisi.petcu.me' - Domain 'xn--zn8h.cf' - Domain 'www.xn--zn8h.cf' darkhttpd/1.12,...
The previous behavior was pretty wild for me. When moving from a 100% scale display to a 150% scale display, the window would resize incorrectly, end up back on the...