kylepollina
kylepollina
I would like to be able to view the heirarchy of parent classes for each object
https://github.com/kylepollina/objexplore/blob/main/objexplore/help_layout.py#L110 Need more fun quotes!
When I have the stack view open, I would like the preview layout on the right side to update with the dir/preview/type/docstring of the highlighted object on the stack. Currently,...
I want to be able to use the commands listed here: https://www.gnu.org/software/bash/manual/html_node/Commands-For-Moving.html for moving around in the search filter.
Currently when the search filter gets too long it cuts off any part of the filter it can not see. I would like the filter to scroll to the right...
Make the warning and note blocks prettier Before changes: After changes:
Hello, I am having trouble installing termsaver. Currently on macos, getting this error: ``` $ pip install termsaver Collecting termsaver Downloading termsaver-0.4.tar.gz (46 kB) |████████████████████████████████| 46 kB 3.1 MB/s ERROR:...
# Issue If I have a parent and child model defined, ordered with respect to some other model: ```python class Foobar(models.Model): name = models.CharField(max_length=100) class Parent(OrderedModel): name = models.CharField(max_length=100) foobar...
Add drf-spectacular: https://github.com/tfranzel/drf-spectacular