Aaron Meurer

Results 391 issues of Aaron Meurer

See https://github.com/sympy/sphinx-math-dollar/pull/12. Display math is currently allowed everywhere inline math is. But that includes things like headers, where display math doesn't make any sense. Should we restrict it? My feeling...

Right now unmatched dollars produce plain text, which lets you write stuff like `$12`. But maybe it should error, and require literal dollars to always be escaped. See the discussion...

I don't personally want it (I don't think we should use it for SymPy), but we should try to support it. If we can generalize the parser to any delimiters...

With `show-trailing-whitespace` enabled, trailing whitespace in the ido buffer is highlighted. I don't know if it's possible to disable `show-trailing-whitespace` from applying to the ido buffer. If not, should be...

### Describe the bug At some point recently, sphinx-autobuild has become really slow. I'm not really sure what has caused it. It might have something to do with a newer...

bug

### Description / Summary Currently the --ignore flag supports globs, but doesn't support recursive `**`-style globs. This makes it hard to ignore directories generated by autosummary. ### Value / benefit...

enhancement

I wonder if you've considered whether it's possible to add the Makefile integration automatically? Sphinx projects that are generated with a modern version of Sphinx use ```make %: Makefile @$(SPHINXBUILD)...

documentation
blocked

Basically, you should rewrite it to use an if construct and a proper exception (ValueError, TypeError, NotImplementedError, or a special error for the module are the usual suspects). ``` $...

Easy to Fix
imported
Bug
Code quality

This is a tracking issue for 2023.12 support in array-api-compat. The list of changes for 2023.12 is at https://data-apis.org/array-api/latest/changelog.html#v2023-12 Currently, we don't have test suite support for 2023.12 (https://github.com/data-apis/array-api-tests/issues/249), so...

Right now we have and support "cpu" as a device for all supported libraries in the to_device() helper. In particular, we allow `to_device(cupy_array, "cpu")` to convert a CuPy array to...