Vincent Driessen

Results 98 comments of Vincent Driessen

It’s probably easiest if you turn off complexity checking in flake8 directly (using the [.flake8](https://flake8.pycqa.org/en/latest/user/configuration.html#project-configuration) config file). For example: ```ini [flake8] max-complexity = 99 ``` Does that do the trick?

Implemented the wrapping in 1e13dbfe7f70f71307caeb3b15280987e71e31f0.

Yeah, this is definitely something I have been wanting to support this for a while now, and with the recent foundational improvements this may be a bit easier to implement....

> _"I haven't thought a lot yet about what I think an ideal API for this would be, but I will say the idea of adding certain keys to a...

Upvoted, +1! This one is particularly annoying, as there doesn't seem to be a workaround, and it's making unit testing waking up from hibernation impossible for us. I've been able...

Yes! This is amazing β€” thanks so much, @MellowYarker! πŸ™Œ

Fixed in experimental branch "signs", see https://github.com/nvie/vim-pyunit/commits/feature/signs

What's the unit test command that is configured in the settings of your plugin? Check the g:PyUnitCmd value. What do you see when you run it manually? Odds are that...

Hi @lusarz β€” thanks for reaching out and opening this issue! The decoder standard library is supposed to be very generic, and I'm not sure if this behavior is generic...