Luke Davis

Results 33 issues of Luke Davis

Perhaps this is unintended usage? But when I call `:Unite citation` instead of (e.g.) `:Unite citation/key`, so as to choose one option from the menu, I observe some odd behavior:...

This PR addresses item 3 from #91. It permits using "stub pages" for classes attributes and class methods, controlled by the `automodsumm_stub_pages` option. The default is `False`. It inserts `process_automodapi`...

enhancement

Implements item 2 from #91. This adds and documents the `automodsumm_included_members` option, which is used to add private methods other than `__init__` and `__call__` to the online documentation. This is...

Implements item 1 from #91. This adds and documents the `automodsumm_ignore_emptydoc` flag and `:ignore-emptydoc:` and `:no-ignore-emptydoc:` options, which can be thought of as an expansion of `automodsumm_inherited_methods`, `:inherited-methods:`, and `:no-inherited-methods:`....

enhancement

This seems to fix the issue where kill/interrupt signals outside of the cdo binding are suppressed mentioned in #26 and #43. It also fixed a few quick-to-repair issues I came...

Attempting to interrupt a process with Ctrl-C after initializing the python binding with `cdo = Cdo()` often fails and prints weird messages, even when interrupting python processes unrelated to the...

I use `set foldlevelstart=0` in `.vimrc` to have all folds closed whenever I open new files. As a result, after jumping to a definition in an unopened file with `:LspDefinition`,...

I see that splitjon can already split between single-line and multi-line LaTeX environments as follows: ```tex \begin{itemize} \item Hello \item Goodbye \end{itemize} ``` ```tex \begin{itemize} \item Hello \item Goodbye \end{itemize}...

Hi, thanks for this awesome plugin. Paired with [fzf.vim `:Tags`](https://github.com/junegunn/fzf.vim) command it makes project navigation extremely fast. I was wondering if you would consider adding a configuration option to only...

This will finally add robust image comparison testing to proplot using [matplotlib/pytest-mpl](https://github.com/matplotlib/pytest-mpl). Inside `tests`, I declare several functions developed from my own *ad hoc* jupyter notebook tests. These will be...

enhancement
high priority