Andrei Grigorev

Results 22 comments of Andrei Grigorev

Apparently, adding `uncompiled="true"` attribute to the `machine` tag in the appropriate machine.xml makes it include proper `-uncompiled.js` file that causes it to try to read locally, unfortunately now I am...

OK, the `diskettes` directory is explicitly excluded by https://github.com/jeffpar/pcjs/blob/13bad3f094cff4e925850bb6f18c7fefab3ca539/_config.yml#L29 removing that line fixes the issue.

Thanks for the update! Unfortunately, simply adding `_developer.yml` config doesn't seem to work in my case. Jekyll reports that it reads it on startup, but I still see that compiled...

Well, in case of VS runner, VS itself seem to be capable of catching the unexpected runner termination, it just does not present it very well to the user. Console...

Well, it somewhat helps in case of non-zero exit codes. Currently, we check for such situations by the presence (or rather absence) of a test result file (`-xml` argument), but...

Also, help text has whole bunch of extra empty lines, so the output unnecessarily doesn't fit into one screen and I have to scroll up to see it in its...

Yes, that's exactly what I am talking about. When I am experimenting with options and mess up so devskim doesn't actually do anything, it produces an error, then follows it...

None of it is a big deal, just an inconvenience, so I don't expect any priority for that. And should the missing comma in defaults be actually reported to CommandLineParser?

Just throwing some ideas: ZIP format (which is used for .nupkg files) supports "volumes" enabling splitting larger archives into smaller chunks. That might be considered as a potential way to...

Functional tests fail with this change.