Douglas Thor

Results 32 comments of Douglas Thor

I'm in the "do nothing" camp. Duplicating the capabilities of `isort` and other tools, or even just integrating them directly, seems like a waste of effort. I'm sure there's enough...

Half the time I forget to add the `f` prefix. The other half the time I forget to add the curly brackets around my var. I think automatically dropping a...

> Blink and Reveal in expected regex? `\^\[\[38;5;28;01;44mreturn\^\[\[39;00;44m` I was mistaken. Those ANSI codes are actually [just colors](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters): ``` 38: set foreground. Next arguments are "5;n" for 8-bit or "2;r;g;b"...

Alright, I think this is ready for a final review. I'm not sure what's going on with the failing py27 build - any thoughts there? Turns out I was going...

>> failing py27 build > > Works for me locally. Yeah, same here. That'll make it annoying to debug 👿. I'll see what I can do.

Looks like I need to rebase onto latest master and fixup some tests. I'll try and get that done this weekend.

@blueyed I rebased this onto the current master as of today (098f728). There was a minor tweak with the new test but otherwise no significant changes. Anything else you'd like...

@blueyed I noticed that in MR #271 you're adding the import to the end of `Pdb.__init__`. In #272 it looks like you're trying to rethink the wrapping, so I am...

I'll see if I can squeeze in a look at #272 and #334 by the end of the week. I'm looking forward to helping out with the project.

I have essentially no experience with C but am willing to help out if someone can point me in the right direction.