Jeff Forcier

Results 99 comments of Jeff Forcier

- Re: `Defaults` and `Override`, I get why they exist and I'm planning to use both in my setup :) My question was: why are they different from the other...

I'm encountering this as well (latest HEAD of pencil, just got it today :heart:), and I'm also using the tpope markdown plugin (albeit a slightly old copy). Line-item character, space,...

Turns out my MacVim binary is 7.4(.258) and it's got the same issue re: inability to disable Pencil. Opened #38 to track. Thanks!

For now I'd vote separate org; I'm still hoping to make patchwork (or invocations, https://github.com/pyinvoke/invocations, or some merging of the two) into a real, best-common-denominator, core-project-blessed repo as per fabric/fabric#461...

I should note, though, that I'm assuming at least a few of the dozen or so projects listed in that ticket are still kicking. If it turns out that fabtools...

_YEARS LATER..._ This is somehow still buggy even under Sphinx 5.x and sphinx-rtd-theme 1.2.0! 😖 I doublechecked jhermann's assertion about the headers, but as I thought, the characters used are...

@fgimian Thanks! and yea, I tend to use docstrings as the workaround, though usually to get around truly unavoidable things like wanting apostrophes or such.

Neat idea; I haven't run into this need myself because the projects I've been testing end up organized into one test module per class under test, so the "top level"...

One of my other projects recently started caring more about coverage, and it is also due for a migrate to spec from a horrid old homegrown test setup. So I'll...

@krak3n AFAIK that would impact the stdout during test bodies and I'd assume coverage output runs at the end of the run and/or after each test. I haven't had time...