Mike Dotty
Mike Dotty
This package needs a new maintainer. While CHM format does not change, and few if any new CHM documents are created, any package dealing with untrusted input has to be...
At least the following: - Documentation files present - Tests pass
`archmage -d` does not include images and other non-HTML leaf files in the output. They can be included using `data:` URI scheme.
If a CHM file without ToC is passed to Archmage, it produces a HTML page with empty ToC and content panes, so there is no way to navigate to content...
If a file with a broken CHM directory file entry is passed to Archmage, it prints a traceback: ``` UnicodeDecodeError: 'utf-8' codec can't decode byte 0x88 in position 3: invalid...
This package needs a new maintainer. While CHM format does not change, and few if any new CHM documents are created, any package dealing with untrusted input has to be...
`clojure.java-time` takes seconds to load: Recent mBP, macOS 10.14, Clojure 1.8 or 1.10: ``` user=> (time (require 'java-time)) "Elapsed time: 1691.125038 msecs" ``` Slightly older mBP, macOS 10.14, Clojure 1.10:...
How to reproduce: 1. Go to devdocs.io 1. Enable Clojure documentation 1. Search for `->` Expected output: 1. `->` is found Actual result: 1. `->` is not found. Additional info:...
The following code for recursive directory removal used to work until 74f3b4ab042df24f9893e932933f4e5e5d7de05d. Since that change it started to skip files under macOS (probably filesystem-specific and might be triggered under Linux...
openHAB writes absolute paths to `userdata` and hence moving its directory is not trivial (one has to do something like `sed`ing the `userdata`). oH sets the directory to the absolute...