Simon Belak

Results 5 issues of Simon Belak

On some systems/versions of ggplot the resulting SVGs use single quotes which breaks id mangling. This PR addresses this issue by using an xml parser instead regex for id mangling.

Added the option to auto-add whitespace only to select tags or to exclude certain tags from having whitespace added. See tests for examples.

This might be a very fringe concern, but for big apps any additional dependencies are a pain. It would be very nice if namespaces were organised in such a way...

Not sure if this is something that's generally useful, but when working with tabular data you often want to somehow summarize all cols in a single pass. This adds `col-wise`...

Every time I try to connect I get: ``` com.orientechnologies.common.io.OIOException: Cannot connect to any configured remote nodes: 127.0.0.1:2424 ``` server log: ``` 2014-01-30 16:24:55:113 INFO /127.0.0.1:37758 - Connected [OChannelBinaryServer] 2014-01-30...