Don Park

Results 20 issues of Don Park

Nesting conditional comments not working.

minor bug

1. CLI options are rather poor in design and in features. In particular, stdout output support is missing. 2. Overall structure needs rethinking to cleanup accumulated workarounds. 3. JSDOM dependency....

enhancement

Current implementation expects HTML files to be in UTF-8 encoding. Support non UTF-8 encodings via optional flag and automatic encoding detection.

enhancement

Jade is rather uptight about indentation of contents of CDATA tags like `script` and `style` tags so, unless rules are loosened, script and style tag contents will have to be...

minor bug

In particular, PIXI.js v3 makes `addEventListener` calls on `canvas` element. Note that this is a partial fix only to get past runtime errors. Firing canvas element events PIXI.js uses will...

It would be nice to be able to render SVG DOM element without first converting to HTML. This can be done currently by passing in a bogus DOMDocument containing parts...

I needed to build a PIN pad with circular buttons so added text support.

following needs to be documented and included in command-line help as well: 1. default minifier is yui_compressor. 1.1 if yui_compressor is not installed, javascript merge will fail. 1.2 if only...

quality of XML parsers available to node.js programs are rather bat right now, so it would be good to isolate XML parser impl. specific code for easy replacement.

refactor

cicada principle applied to robohash should take the load off servers.

feature