Stewart V. Wright

Results 5 issues of Stewart V. Wright

I'm not even convinced this is a bug or appropriate behaviour... Depending on the order of arguments we can get a type-error from [the setf] (https://github.com/quil-lang/magicl/blob/master/src/high-level/abstract-tensor.lisp#L197=) in `binary-operator` ```lisp (defparameter...

Multiple hostnames can be specified in nebula-cert by separating them by a space and then each string will now be added to the DNS server with the same details.

Quicklisp: `opticl-20211230-git` (Thanks to #14 for the hint of what I'm seeing) There appears to be a bug in the read-jpeg code ```lisp (opticl:write-jpeg-file "/tmp/cat2.jpg" (opticl:read-jpeg-file "/tmp/cat.jpg")) ``` produces an...

Generated epubs fail [epubcheck](https://www.w3.org/publishing/epubcheck/) Downloading the [sample epub](https://github.com/ofosos/ox-epub/blob/master/sample/sample.epub) results in ``` Validating using EPUB version 2.0.1 rules. ERROR(RSC-005): sample.epub/content.opf(46,10): Error while parsing file: element "guide" incomplete; missing required element "reference"...

Ensures consistency with the standard and addresses the mimetype error part of https://github.com/ofosos/ox-epub/issues/35