Davide Rizzo

Results 7 comments of Davide Rizzo

To me, splits/branches/sprouts suggest the point where things go different ways but not so much that they eventually merge. When thinking in spacial terms they might be the same thing,...

This still bites me on occasion. In my experience, the existing runtime check (the "coroutine was never awaited" warning) has always been good enough to spot the issue once I...

Oh, yes, this is interesting. I don't have experience with pytest plugins and I'm on vacation for a couple weeks. I will see into it later on :) Thank you...

@oremanj I think this is still relevant, or at least deserves a new proposal. It's still true that `Cancelled` exceptions are a bit too anonymous when debugging, and adding extra...

Note the issue is not a feature request to strictly mimic the behavior of git. It describes a misbehavior in specific conditions, i.e. when ignore files are not at the...

I have a similar use case to the one described here. I think it's worth describing, as a potential use case to reason about, even though the situation is less-than-ideal...

> when I run `hatch build` from the subpackage directory, the _top level_ `.gitignore` file always shows up in my sdist. Since there's no `.gitignore` in this subpackage, I didn't...