Results 102 issues of Jan Holthuis

Although the command line interface is different, it looks like `prs` implements the format used by pass. This is not explicitly documented in the README. Is it safe to use...

# Compatibility Report - Name of the game with compatibility issues: DUNGEONS - Steam Special Edition - Steam AppID of the game: 57650 ## System Information - GPU: Radeon HD6520G...

Game compatibility - Unofficial
.NET

The "**CLA Assistant Lite bot**" at the begin of every comment is a bit distracting IMHO. Not sure if this change is desired, but I moved it to the small...

This fixes issue #164, which is a regression caused by commit 47fa9b8. Before, text nodes were serialized correctly (thanks to commit 22fff92). Section 2.4 of the XML 1.0 (5th Ed)...

XML declarations are not processing instructions. This fixes #174. According to XML 1.0 (5th Edition), Section 2.6, the PI target names "xml", "XML" and so on are reserved. Production Rule...

This fixes Processing Instruction parsing (except for the XML declaration problem, which is fixed by #209), so that whitespace won't be stripped. Details: https://www.w3.org/TR/2008/REC-xml-20081126/#sec-pi

Fixes #210. **Note:** This does not add support for the [`internalSubset`](https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-Core-DocType-internalSubset) attribute of the `DocumentType` interface yet.

The parser fails when an Entity Declaration contains Markup. Consider this XML document: ```xml ]> ``` The `xmldom` output makes no sense at all: ```js var doc = (new DOMParser()).parseFromString('...