12

Results 20 comments of 12

The best list is https://unicode.org/Public/emoji/15.0/emoji-test.txt anything marked "fully-qualified" here should be rendered as an emoji, and "minimally-qualified" entries are implementation-defined

> The alternative would be "go to the other end and use K&R everywhere in these files, as long as it's consistent". she preemptively tentatively did that in 37ad667 and...

> the classic 5th boss explosion bug in Grid Seeker is still there, tested on latest nightly build. yes, this is caused by the game writing sprites past the end...

need to rewrite 2mindril to use fdp device instead of inheriting from taito f3 class

wow we've been ignoring 3 bits of color this entire time (in the few games that use this color mode).. we thought the format was `RRRRGGGGBBBBxxxx` but it's actually `RRRRGGGGBBBBRGBx`...

This can happen even if packages are installed "normally" (i.e. using `npm install` without any options), if an optional dependency doesn't exist or isn't supported. For example, try npm install...

It wouldn't cause any flash/jump at all, just need to set css `object-fit` to `contain` (instead of `cover`), so all images with an incorrect/unknown aspect ratio will be scaled down...

> > It wouldn't cause any flash/jump at all, just need to set css `object-fit` to `contain` (instead of `cover`), so all images with an incorrect/unknown aspect ratio will be...

I believe this can only happen with generator methods? oh- and methods/fields defined using `["name"] …`, I suppose? But encountering a syntax error from a generator method in particular caught...

> Inside `class { ... }`, there are more hazards than “unsafe” characters. If you have a field named `static`, `get` or `set`: Ah, gosh that's a terrifying edge case......