Jeremy Maitin-Shepard

Results 43 issues of Jeremy Maitin-Shepard

mkdocs-material v9 has been released with the "rich search" functionality, which basically amounts to including a limited set of HTML tags in the search snippets, rather than using just the...

feat: Search

Looks like the issue is that `pip install -e .` no longer runs the `develop` command, which is what we were relying on in setup.py to do the nodejs build....

Fixes https://github.com/jbms/sphinx-immaterial/issues/233.

For a long time Chrome has been the lone holdout in MathML support, making MathML basically unusable, but there is now support in Chrome 109, which is the current stable...

### Motivation See motivation here: https://github.com/rustwasm/team/issues/52 ### Proposed Solution I have implemented a (limited/hacky) prototype, based on the following components: - A `#[wasm_split(xyz)]` function attribute macro that serves to annotate...

enhancement

This replaces the modified Sphinx search implementation with the lunr.js-based search implementation from the upstream mkdocs-material theme. Maintaining the existing custom search was proving to be untenable. Using the upstream...

clang-format does not handle class definitions where the extends clause is an expression more complicated than a sequence of dot-separated identifiers: Expected output: ``` typescript function identity(x: T) { return...

Splitting out discussion from https://github.com/zarr-developers/zarr-specs/issues/287 See Ryan's comment here: https://github.com/zarr-developers/zarr-specs/issues/287#issuecomment-1931017077 Stacking/virtual views are implemented in tensorstore here: https://google.github.io/tensorstore/driver/stack/index.html A few points that I think need to be addressed: - Specifying...