Austin Bingham
Austin Bingham
We could use better test coverage. I'd like to use this issue a place to keep track of what we need to do. At the very least I'd like a...
It would be nice to have a test verifying that the C++ extension module is used when requested. I think we should be able to use `unittest.mock` to do this....
In developing an extension module related to segpy, I found I wanted to reuse some of the hypothesis strategies used in the segpy test suite. I'm just copying those strategies...
Depending whether `util.minmax()` figures large in the runtime profile, it may be worth optimizing. The faster algorithm is to take two elements at a time from the input sequence. You...
Would it be possible (or is there already a way) to hide magics in slides? For example, I'm using `ipytest` to demo pytest in a notebook slideshow, and all of...
Not sure how hard/easy this will be.
Right now we've got a hack in place. I think it should be easy to make this work for all outline-mode files.
Right now something is zapping the faces/colors/something in the main buffer when the TOC is opened.
It might be good to provide a way to periodically update the index. Maybe a function like `codesearch-auto-update` or something. Users can, of course, currently do this on their own...
Make sure the Readme and docstrings are up to date.