Simon McVittie

Results 1191 comments of Simon McVittie

Debian's Lintian tool reports this, which might be helpful: ``` W: libsdl3-doc: groff-message 26: warning: macro 'flags'' not defined (possibly missing space after 'fl') [usr/share/man/man3/SDL_CreatePopupWindow.3.gz:1] N: N: A manual page...

> Under the chance that this might not be Perl forever, though: should we remove the .pl extension? If it's intended to become part of the interface of SDL's development...

> This is probably a good time to say that this tool was written to run on exactly one computer, is extremely quirky in some ways, and its promotion to...

It would be useful to add test data for this Xbox Series X controller using an unpatched kernel (in Bluetooth mode, and also in USB mode if different) to `test/testevdev.c`,...

> It would be useful to add test data for this Xbox Series X controller using an unpatched kernel (in Bluetooth mode, and also in USB mode if different) to...

Having a table of known devices would probably scale better. Is this in-scope for the game controller database, or is that only for gamepads? If that's only for gamepads, then...

It would be good to add details of this device (or any other devices whose detection is changed) to `test/testevdev.c`, so that it can't regress without being noticed.

> Having a table of known devices would probably scale better. Is this in-scope for the game controller database, or is that only for gamepads? If that's only for gamepads,...

> I think using the non-thread-safe lcms context is the very unusual case; it's also a programmer error IIRC. Maybe doing something like `g_return_val_if_fail(cmsGetProfileContextID (handle) != NULL, FALSE)` would be...

It doesn't necessarily have to be the *entire* CSS vocabulary, what I'm mainly interested in is a policy that "each enum value corresponds to something in CSS" (and therefore if...