Jeremy Maitin-Shepard

Results 43 issues of Jeremy Maitin-Shepard

I see that the entire source tree is copied a few different times, and this can add significant overhead to the build time when it contains e.g. a large node_modules...

### Describe the bug Documentation for `fromEvents` indicates that only the first argument to the listener is emitted: https://github.com/ReactiveX/rxjs/blob/47fa8d555754b18887baf15e22eb3dd91bf8bfea/src/internal/observable/fromEvent.ts#L288 However, the actual behavior is that if there is more than...

### Feature or Bugfix - Feature ### Purpose Previously, symbol resolution always stopped at type aliases and also did not consider base classes. For example, with the following document: ```rst...

domains:cpp

I am aware of the `pybind11::metaclass` option that can be passed to `pybind11::class_`, but I can't find any documentation on how it is supposed to be used. There is a...

This isn't in reference to any specific issue --- the Python version currently works perfectly fine, and perhaps it will continue working indefinitely. I just wanted to add my encouragement...

type: feature request
P2

Fixes #92. This is based on #116. TODO: - [ ] Document how to use separate build step to preprocess C++ input header using normal compiler - [ ] Document...

I have a TensorStore C++ autosummary also mostly implemented, although not yet released in the TensorStore repository. I would like to potentially incorporate it into this theme, but wanted to...

Since the recommended replacement, `packaging.version`, is not in the standard library, this commit instead just implements a simple version number comparison without any additional dependencies.

This is helpful when including zlib as a sub-project, since the CMake target namespace is global.

This avoids target namespace pollution when including zstd as a sub-project.

build issue