avih

Results 32 issues of avih

With this test file `fndup.js`: ```js "use strict"; function x(y) { } function x(y) { } ``` As far as I can tell this is a valid file, but it...

These are the current failures with test-262: [mujs-harness-out.txt](https://github.com/ccxvii/mujs/files/2333702/mujs-harness-out.txt) I mentioned at https://github.com/ccxvii/mujs/issues/49#issuecomment-416935229 , but this output is slightly nicer, and sorted by the test chapters. The harness seems reasonably useful....

`--depth` can be very useful, but typing the long option can be tedious, and luckily `-d` does not seem to be used. Any chance `-d` could be set as the...

Not sure if it's a bug, but I expected this to work: `x{\u1}\\{\u0}x` - it didn't, and I also tried the following: `x{\u1}\{\u0}x`, `x{\u1}\u2764{\u0}x`, which also didn't work (tested with...

enhancement
question
compatibility
parser

It would be nice if more "actions" from the menu could be placed at the toolbar. For instance, personally I often toggle between book-view (without "show pages continuously" and with...

Create this file as `test.sh`: ```sh #!/bin/sh # the following is exactly 512 chars heredoc (including newlines): :

While it's not hard to follow the "getting started" [instructions](https://justine.lol/cosmopolitan/index.html), I thought it could be more accessible if a `cosmocc` command, similar to [this](https://github.com/jart/cosmopolitan/blob/master/tool/scripts/cosmocc) was available for use also with...

This issue has been mentioned before, but with no real solution (#1994, #2274). ## Description of the problem or steps to reproduce The ESC key seems to be ignored on...

Hi, I've built txiki.js for windows, here are some thoughts and data points which others might find useful. This could also be a basis for a readme file or wiki...

This happens both when building (and testing) in MSYS2 (mingw), and when cross-building using debian's mingw (and testing on windows) as described at #324 . In GMT+2 zone on Windows,...