David Barnett

Results 409 comments of David Barnett

Do you mean to add support for it? I don't see that we have that as a supported formatter.

Hello from 2024! :grinning: I somehow didn't see this PR when you opened it, sorry. I just reworked the README file including some changes along these lines. I'll close this...

Yeah, I was going to say "probably should"… Are there particular cases where you see this going wrong? As it is, the logic for templates is "Use when starting the...

Nit: I would prefer that whatever mechanism we used to override pyflakes would also be natural for other static analysis tools to support. `pyflakes.ignore` is nice and concise, but I...

I was actually thinking kinda the same thing, except I don't know how much I would use this with function-level granularity. Usually I just have a few specific lines I...

> But wouldn't it be better to allow import redefinitions within an ImportError block? > Excellent point. I'd really like that. But I do think there's merit in being able...

saper: yep, I just checked #28 against the code in amoffat/sh and it gets rid of all the redefinition warnings I wanted to see suppressed without breaking any legitimate warnings....

It's not possible to somehow plumb the `max_line_length` value through to the vscodevim.vim extension in the meantime, is it? I noticed that whatever I configure `max_line_length` to, the Vim extension...

Gotcha. Unfortunately copying code into my repository may get weird for licensing for my case (http://github.com/google/vimdoc), especially code that's declared public domain but doesn't have an explicit license. If you...

Looks resolved, more or less? Please reopen if not. I also noted on #691 that the experience is especially bad having to manually rm/kill stuff in cases like this.