Results 466 comments of juj

One simplification/note to the bug test case is that the original `a.py` was ```py import subprocess subprocess.run(['npx', 'google-closure-compiler','--charset=UTF8','--js','a.js','--js_output_file','o.js'], encoding='utf-8', stderr=subprocess.PIPE, shell=True) ``` although this bug does not relate to `--charset=UTF8`...

Hi, I'm curious if that update to NESRGB did happen? Do you know?

Ah, gotcha. Yeah, that is how these projects sometimes go. Thanks for the update!

> Is this an issue specifically with laneselect or other operations as well? When I read the laneselect instruction, I was more than a bit puzzled, because what the whole...

I wonder if the intent of the wording "implementation defined" is rather more to mean "unspecified"? As in: ``` i32x4.laneselect(a: v128, b: v128, m: v128) -> v128 for i in...

> When I read the laneselect instruction, I was more than a bit puzzled, because what the whole instruction does is implementation defined, and not just some corner cases Yeah,...

`__asmjs__` is good to keep around. +1 for adding a new `__wasm__` and +1 for *not* defining `__asmjs__` when one is targeting `__wasm__`, but we should definitely retain `__asmjs__` when...

We don't have a `__wasm__` yet even in fastcomp. Adding it as a frontend flag sounds fine, although an important thing to note is that when Emscripten is compiling code...

Searching the web for related discussions, [this link](https://github.com/raspberrypi/linux/issues/892#issuecomment-82332569) suggests that calling `fbset -depth 8 && fbset -depth 16` might have an effect here. Trying this out with ```bash pi@retropie:~ $...

Stumbled at random chance onto the [alkemir/gertCloner](https://github.com/alkemir/gertCloner) repository, which exists to duplicate output to DPI and HDMI displays simultaneously, suggesting that this is not "only a SPI display" problem. Polling...