Sam Morley-Short
Sam Morley-Short
Perhaps a dupe of https://github.com/Alexander-Miller/treemacs/issues/935, but not quite sure. I have both `__pycache__` and `*.pyc` added to my project's `.gitignore`, which are properly causing those files to be ignored by...
My organisation currently has a license header which doesn't conform to PEP 257, but I'd love to use docformatter for the rest of the module's contents. I attempted to do...
I just tried to install this for Slack 4.0.0 (downloaded via the Mac OSX App Store) and it failed to find the correct file. When I searched the file directory,...
I have set `"auto_complete_function_params": "required"` in my user settings, but still find that `open()` is being autocompleted with all arguments. (I am running v0.14.0) Screenshot provided for verification.
Currently (v0.14.0) I am finding that after autocompletion of a function's parameters that the resultant argument is highlighted, rather than simply autocompleted. For example, see the below reproduction: Hitting enter,...
I am finding a bug when validating the schema `{(): [(str,)]}`. Here's the repro: ```python from schema import Schema schema = Schema({ (): [(str,)] }) data = {(): ['foo', ('bar',)]}...
Currently, if you include the option `show-module-summary`, then for themes with contents sidebars (such as `jupyter-book`), then the lack of a new header before the full module contents docs (i.e....
When I run a python file through the debugger and either hit the end of the program, or quit the session, I always get a system crash report pop up,...
When I used emacs, it was always possible to search and open one of your "special" buffers, e.g. a non-file buffer that might contain something like test results. This made...
Is it possible/would it be possible to show the title of a note when displaying the hover preview? This would be convenient to see which date the tile relates to