Colin Kennedy
Colin Kennedy
Closes: https://github.com/danymat/neogen/issues/173 Added plenary (busted-style lua tests). Also added about as many Python unittests as I could think of for now. Note that these tests uncovered several bugs. Just searching...
I found 2 bugs in Neogen, came to report it, and then saw someone else already did. https://github.com/danymat/neogen/pull/171 And it was a bug I'd added while fixing another. Unittests are...
**Describe the bug** The mayaUsdProxyShape has an attribute to refer to a file on-disk however that path is not attribute / attribute value is not discoverable via the Maya API,...
Hi, I love and use this plug-in every day. All the other whitespace stripping plug-ins I've tried would modify the whole file, it's nice that this plug-in only modifies the...
**Is your feature request related to a problem? Please describe.** I'm writing an extension and, despite checking every extension from the wiki, I couldn't find any that actually runs the...
_Instructions: Replace the template text and remove irrelevant text (including this line)_ **Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**...
### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...
### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...
### Problem Vim and Neovim have concise mappings for acting on text objects. Example: `vab` selects-and-includes a pair of `()`s, `di[` deletes the contents of `[]`s. However there aren't many...
closes https://github.com/danymat/neogen/issues/165 This PR adds (Lua API only) support for generating certain sections of a user's docstring. The basic functionality for generator.lua is like this - (default behavior) if no...