Warren Winfried "Winni" Kretzschmar
Warren Winfried "Winni" Kretzschmar
A quick search reveals that `div` elements are probably not valid child elements of an `svg` element. Here is an [SO answer](https://stackoverflow.com/a/17596084/528691), and the [document structure section of the SVG...
Hmm, is this still an issue? If I use the code at https://cdn.rawgit.com/nicgirault/circosJS/v2/dist/circos.js, then I don't get a `div` element inside the `#chart` svg element? If I run the code...
Is this really a circos.js issue, or just a plain old "How do I migrate to ES6" issue? [This SO question](https://stackoverflow.com/q/28732417/528691) sounds like it would be relevant. FWIW here is...
The license for the documentation appears to be CC-BY-ND 4.0 https://github.com/stan-dev/docs/blob/master/LICENSE That sounds like it might not be compatible with devdocs.io can someone weigh in on that?
I have asked the Stan developers to change their license: https://discourse.mc-stan.org/t/mc-stan-documentation-license-precludes-easy-reuse/27507
I don't know if my use case warrants a separate issue: Pandoc Citer does not really do much for me other than tell me if a bib reference is stored...
bgzipped files are gzip compliant. Why not tell vim to gzip everything with bgzip instead?
Yep, you're right. Even different implementations of the same standard (for example .lz and .lzma [here](https://en.wikipedia.org/wiki/List_of_archive_formats#Compression_only)) appear to get different file endings.
It looks like `autoreconf` is not installed. Here are some instructions https://askubuntu.com/questions/265471/autoreconf-not-found-error-during-making-qemu-1-4-0/490839
This sounds like something that might be easy to implemented in [CortexJDK](https://github.com/mcveanlab/CortexJDK)?