Jeff Katz

Results 6 issues of Jeff Katz

This should add support for one-screen mirroring as well as mapper 7 support (AxROM). However, something is quite wrong--the mapper is pretty simple so I think this exposes some other...

It would be quite nice (especially for development of the emulator, but also for development of homebrew and/or examining commercial games) for some amount of debugging capability. I could imagine,...

enhancement

The table editor creates the following SQL for bool typed column: `correct_answer` bool(1) NOT NULL DEFAULT '0', This fails. The correct SQL would be: `correct_answer` bool NOT NULL DEFAULT 0,

When trying to export a project with an invertedPolygonRenderer, all hell breaks loose: Openlayers will export, but half-finished and broken Leaflet and MapboxGL exporter crash. Issue (for leaflet, at least)...

enhancement
Leaflet
commit?

### Reproduction steps Enabling the Mattery library in the nRF Connect SDK (latest, 2.6.1) causes a build step to be added to the firmware. This build step does not (and...

bug
build issue
needs triage

Trying to track down a funny compiler regression, but I can't look at vfp/neon instructions because the online compiler does not support hard float abi. ` /opt/compiler-explorer/arm/gcc-8.2.0/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi ` ` /sysroot/usr/include/gnu/stubs.h:10:11:...

waiting