Jim Garrison

Results 97 comments of Jim Garrison

Thanks. That works, and performs still better than the change I made: ``` real 0m46.119s user 3m30.541s sys 0m16.794s ``` Before filing this issue, I had run `git grep ccache`,...

There is also now `yes-no.el`, [as described here](https://www.emacswiki.org/emacs/YesOrNoP#toc4), which would allow this to be configured on a case-by-case basis. Actually, it is not even clear to me how to "undo"...

I agree that the Hugo Modules documentation currently is not very good. That's why I linked to hugo-mod-jslibs. For instance, the [wrapping there of turbolinks](https://github.com/gohugoio/hugo-mod-jslibs/tree/master/turbolinks) is pretty simple and straightforward.

I just reproduced this in a Ubuntu 16.04 (xenial) Docker container, both on the latest commit (f1619745c0adda2450fb5e051e0733f449ef3217) and in the commit this test was introduced (980431304e0019ea246815c5a185d022a2141128). Here's the output: ```...

What do you mean by unlimited axis? That the matrix (or vector) dimension will grow over time, and cannot be specified beforehand?

I think the most useful thing would be able to save an eigen matrix to some subportion of an hdf5 array on disk. That way, you could store only the...

The key missing functionality, though, is the ability to save an eigen array to a sub-porton of a dataset. With this, it would take just two calls to do what...

Should this be considered to be resolved with the merging of #30, or is the goal to do additional benchmarks/tests here to better understand this issue?

But then what is the v for without the m?

There is no longer any need for the hack, as GitHub now supports [LaTeX equations in Markdown](https://github.blog/changelog/2022-05-19-render-mathematical-expressions-in-markdown/) natively using MathJax. It would be great, however, if grip could display such...