Robert Dodier
Robert Dodier
Copied verbatim from [this comment in a now-closed thread](https://github.com/robert-dodier/maxima-jupyter/issues/55#issuecomment-484684735) dated 2019-04-19 by @yitzchak: In #46 I changed the loading mechanism from using asdf:*central-registry* to using ql:*local-project-directories*. For a user based...
(I have copied the following from an email from Robert Moser.) Dear Robert Dodier install-maxima-jupyter sticks with lack of kernel. What I did until now: 1. copy of maxima-jupyter-master on...
I'm working with experimental version 2.26 of RStan on Windows and I'm getting an error, "$ operator is invalid for atomic vectors", from expose_stan_functions. I researched this a bit and...
Function `stan_model` in rstan.R refers to field `Date` in the return value of `packageDescription`, and there is no such field. R function `packageDescription` just returns whatever is in the DESCRIPTION...
Here is a patch which enables Quicklisp to download and install systems named by :defsystem-depends-on. This helps if an ASDF component requires some package; with this patch, the required package...
The readme file lacks installation instructions -- I think it would be very helpful to include that. I was able to puzzle out that ```{bash} $ python3 setup.py build $...
Hi, I'm working with about 13,000 points in 34 dimensions. I'm loading the data from a file and then creating a KDTree via `KDTree(values: a)` where `a` is my array...
The literal `NaN` is recognized by some JSON parsers as IEEE 754 not-a-number, but it appears that Klaxon doesn't. I looked at the source code and I wasn't able to...
I'm working with the current (2020-01-29) version of pregexp. It looks like the time required to match an input which doesn't match the regex increases exponentially with the length of...
The readme for this project mentions that it is inspired by pandoc-xnos. Since pandoc-xnos appears to cover the same ground, I think it would help users understand the advantages of...