12

Results 6 issues of 12

Clicking the checkbox to show/hide a layer will also select that layer. Since the current layer is always visible, this forces you to select a different layer in order to...

This fixes several compiler warnings about strncpy by replacing it with strncpy0. Also, the `strncpy0` macro (except for the return value which is never used) was equivalent to `strlcpy` (which...

### What type of issue is this? Incorrect support data (ex. Chrome says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? compat data...

data:api :rabbit2:
needs triage 🔎

Add-on version: 0.13.1 Firefox version: 86.0.1 OS + OS-Version: Linux, Debian 10 Other tab + user interface related add-ons: (using `userChrome.css` to disable default tab bar) After opening firefox (which...

org:needs validation/discussion/decision

Generator method definitions require a semicolon, when written immediately after a field definition. e.g: ```js class MyClass { abc = 5 ; * func() { yield this.abc } } ```...

* move FDP (and FDA) functionality into a separate device (tc0630fdp.cpp) * rearrange ROM layouts: merge `tiles_hi`/`sprites_hi` into `tiles`/`sprites` * simplify gfxdecode slightly * add second palette device for 12-bit...