Joshua Bronson

Results 197 comments of Joshua Bronson

Thanks very much for taking a look at this, @nedbat. I went through the reproduction steps above, but this time changed `/**/demo` to `*/demo` and added `--parallel-mode` to the `coverage...

Note, I see the same `--debug=pathmap` output from `coverage combine` as I do from `lcov`, which made me think that there's some shared $PWD-sensitive logic when resolving paths.

> Perhaps some new setting like relative_to could complement relative_paths = true to enable this use case? Would this be worth considering? Note, I’m not currently affected by this, but...

(and/or support applying arbitrary transformations to paths in a final post-processing step)

(I was quoting myself in the last line of this issue's [description](https://github.com/nedbat/coveragepy/issues/1674#issue-1867176485) after you expand "reproduction steps". Will move that outside the `` block now.) Last time I had to...

Tried to repro this using the latest stable version of https://github.com/bazelbuild/rules_python, but [its coverage implementation does not currently support custom coverage.py configs](https://github.com/bazelbuild/rules_python/issues/1434) :(

Hi all, Was looking for something like PyJade for my Flask project, and thought PyJade was the answer, but then found this issue and thought that not having mixins/macros would...

Thanks @dpausp! I thought this issue was saying you can't import and use a Jinja2 macro from another file, but just tried it and it works fine! (In which case,...

QR codes have usability downsides too, e.g. they're not human read-/writeable. But for secure face-to-face sharing, it's not necessary to introduce a whole new encoding format, only to expose the...