Jeremy Maitin-Shepard
Jeremy Maitin-Shepard
Regarding #2999 --- the original report in #2847 didn't involve pybind11 exception types at all, and changing the visibility of the pybind11 exception types would have no effect there. However,...
The first error is fixed by deleting your old build directory. The second error is because you need to run the nodejs-based build step. Did you use `pip install -e...
In this case the issue is due to the sphinx-immaterial monkey patching of the search index generation code in Sphinx. In fact it could make sense to add something to...
I did a bit of experimentation and was able to get MathML output working fairly easily. However, it could benefit from some CSS styling to fix spacing issues. This would...
> > could benefit from some CSS styling to fix spacing issues > > We could probably use the fonts from the npm mathjax dist when #231 gets finalized, but...
I added some minimal CSS to try to account for missing attribute support in Chrome. I also copied in the docutils math example doc, and modified it to use rst-example....
Overall it seems like the MathML support isn't quite ready, though maybe it is adequate for light use.
I think you need to use the __future__ annotations feature to retain type aliases.
"Append" basically corresponds to resizing the bounds of one dimension, and then writing to the new portion. You can do these steps separately in TensorStore currently (`resize` and then `write`)...
The thing that I don't especially like about lunr is that the "search index" that must be downloaded by clients contains the entire text content of the website, which I...