Alex

Results 250 comments of Alex

I've made do with the `_` rule for now. Since regex anchors like `\b` are missing from pegjs, I had to cook up a `&[^A-Za-z0-9_]` rule to terminate words with...

`text()` doesn't do that. `text()` returns the original text the expression matched. I want the actual matches, as in the result of the expression. ```js int = [0-9]+ { return...

Perl's [Regexp::Grammars](search.cpan.org/perldoc/Regexp::Grammars) does this with the modulus operator as well: ``` # a list of one or more "item", separated by "separator", returning an array: + % ``` It's sort...

Electron has poor integration and awful footprint, probably 500% disk usage increase minimum.

This feature is a must. [pipdeptree](https://github.com/naiquevin/pipdeptree) does it perfectly. Just merge their code in.

@yunusemreaytac can you confirm your TV is set to “Game Mode” or “Sports Mode”? The lag without it might only be noticeable on certain cores.

Confirmed on latest Provenance. Please fix this. The distorted audio is painful enough, but it also screws with saving and restoring states. Provenance needs to tell the core to freeze...

What's the current state of this? The "Cheat codes" menu is there, but doesn't seem to do anything. At least for GBA, it rejects properly formatted entries.

Note OpenEmu supports GameCube as of v2.2. Relevant links: https://github.com/dolphin-emu https://github.com/WilliamLCobb/GC4iOS https://github.com/OpenEmu/dolphin