Shaun Duncan
Shaun Duncan
@hsanson I've included changes based on your suggestions. I am not well-versed enough on vim-vader tests to write some otherwise I would be happy to do so. I did, however,...
@hsanson I've made corrections based on the lint errors. For some reason though adding the vim lint configuration never showed any errors for me. Not sure why. Hopefully I've made...
I found this issue after experiencing the same behavior. Personally I would expect it to honor `test_runner` regardless of using `run_in_floaterm` or not, specifically because that is the output I...
I'm not sure if it's related to this, but I had been consistentely getting incomplete package outlines when running something like `GoPkgOutline -p io`. I looked more closely and I...
Just to chime a couple of comments I have regarding the PasswordField. While I think having the implementation is nice, I would argue that it needs to be bit more...
I can! And I have not a single clue how I missed seeing this PR, but amazing!
A thought on how this should work. Based on this example: ``` python @command('foo') def foo(client, channel, nick, message, cmd, args): if args[0] == 'bar': # Do the "helga foo...
I think that's going to be the plan. Since the plugin manager will be a plugin itself, it could be disabled.
NOTE: This might be tricky with plugins that do client.msg or client.say directly
The included reconnect functionality is probably redundant if we switch the base ClientFactory to ReconnectingClientFactory