gecko

Results 17 issues of gecko

Hi! I've been wondering if it would be possible to receive and immediately launch a GBA rom over my local network? E.g. using a simple protocol like [3dslink](https://github.com/devkitPro/3dslink) as supported...

enhancement

Hey I noticed there was no way to control whether the user can resize/minimize/maximise a window, so I added appropriate getters and setters and implemented them for Win32. I'm having...

Sometimes on the Nim forums I notice that an old thread has risen to the top again. I check it but there are no new posts. I assume some spam...

I often log in just so that I can "like" a post, but then when I click the "like" button it still tells me I'm not logged in. Refreshing the...

I would like to use field lists to describe function parameters in my library's documentation. Unfortunately the first character in the field name is automatically capitalised, which makes it not...

enhancement
extensions

Hey, first of all thanks for these awesome clean and well documented bindings :) When I build SDL_gpu from source (using MSYS2 MinGW 64-bit) I get `libSDL2_gpu.dll`, while my test...

Hi! I'm working on a game with levels that repeat on both axes. I frequently use the Offset Map feature to wrap the level around so I can focus on...

feature

When developing a GBA game it can be useful to record button inputs while testing, so that in the event of a rare bug you can deterministically replay the whole...

enhancement

I'm working on a script that records the state of the keypad on each frame (by listening for `keysRead`), and a corresponding script that replays the recording, useful for reproducing...

severity:enhancement

Hi, I wrote a super simple plugin which adds an atom feed to flaskbb: https://git.sr.ht/~exelotl/flaskbb-plugin-atom If I run `pip install flaskbb-plugin-atom` (in my virtualenv) then the flaskbb portal plugin stops...