Dane Hillard

Results 121 comments of Dane Hillard

I've noted this in `errata.html`, but since this is a change on the manuscript side rather than in the code, I'll leave this open for now.

Are [private variables](https://cookiecutter.readthedocs.io/en/2.0.2/advanced/private_variables.html#private-variables) what you're looking for?

This is the only missing feature that's hindering me from using this plugin. It works great! I just want to be able to use existing files. Then this plugin can...

Having not heard back on this, I didn't act on it (and frankly forgot about it since then). I think the implementation is small, so I may attempt to garner...

Thanks for the suggestion @nedbat! I'm typically running testing and coverage with tox, where the coverage command isn't directly accessible unless I generate a devenv. It felt like it could...

@nedbat Maybe I didn't explain super well; I like to have coverage run as part of just running `tox`, and could do that with two sequential `commands`, but _ad hoc_...

@toti1212 is the suggestion here to create, specifically, a hook definition for use with [pre-commit](https://pre-commit.com)? I think this would meet the criteria @bitglue suggests—users _could_ use pyflakes as a pre-commit...

Thanks for opening this request @karolzlot! We've discussed this a couple of times internally and I think I even looked specifically at `httpx` briefly to understand what it might look...

I'm not too familiar with AnyIO—I would need to better understand it before weighing in. I'm also thinking about how we might expose the (optional) async capability in this package—namely,...

Tools like [brettcannon/python-launcher](https://github.com/brettcannon/python-launcher) can automatically use the virtual environment's Python without activating it.