Hannah Miller

Results 28 comments of Hannah Miller

@pronoiac Happy to help! PAIP is a great book. Updates: - The table rendering is fixed. I removed the dashes, tried blank rows, and finally chose no separation between the...

@pronoiac I have chosen to follow the PAIP book convention: do not reference "close" figures (i.e., figures 23.1 and 23.2) but do reference "far away" figures (i.e., figure 23.3). (I...

> For the purposes of review, I might hold off on deleting the table gifs, for a separate PR. If you've already deleted them, don't worry about it; I can...

I like Graphviz for its longevity, but the dynamic scaling of images produced by a Javascript solution is appealing. I created Issue #139 for more discussion.

> Is there anything that would help with the effort for turning images into markdown tables? My initial plan was to do a PR for all the tables at once,...

Hi @pronoiac, sorry for the delay. After mid-August, I would have more time to work on the tables.

I like the thicker text in the PNG files in the [demo link](https://github.com/pronoiac/paip-lisp/blob/diagrams-test/docs/diagrams-test.md). You use SVG in Ch. 2 and Ch. 3 though (haha). Can SVG dynamically use the font...

Thanks for the fast response. I cloned the following directories into `~/common-lisp/` ``` git clone https://github.com/Lisp-Stat/data-frame.git && git clone https://github.com/Lisp-Stat/dfio.git && git clone https://github.com/Lisp-Stat/special-functions.git && git clone https://github.com/Lisp-Stat/numerical-utilities.git && git...

Thanks! `~/common-lisp/select/` was also missing a `description.text` file, so I added a dummy `description.text` on my machine. Now `LS-USER> (ql:quickload :plot/vega)` fails with the error: ```COMPILE-FILE-ERROR while compiling # [Condition...

# Manual install of missing dependencies ## `asdf` command ``` ; SLIME 2.27 CL-USER> (asdf:load-system :plot/vega) WARNING: System definition file #P"/home/hm/quicklisp/dists/quicklisp/software/cl-interpol-20201220-git/cl-interpol.asd" contains definition for system "cl-interpol-test". Please only define "cl-interpol"...