Claudio Jolowicz

Results 115 comments of Claudio Jolowicz

The follow-up issue with JSON not being decoded was fixed in #1562, which is also still unreleased. `pip install cookiecutter 'click

Finally, the reason why `_shelter` still contains the Jinja markup in the output is that private variables are not rendered by design. #1339 (also still unreleased) contributed a feature where...

I'm not the right person to answer that. @simobasso @ssbarnea @SharpEdgeMarshall might know.

Just a quick note, hth :) Here's the official list of supported URLs for Subversion repositories: http://svnbook.red-bean.com/en/1.7/svn.basic.in-action.html Two points to note: - `svn://` is the URL to a repository served...

> @cjolowicz Curious, is `nox-poetry` something you'd like to continue to maintain, or are you using helper scripts like what you've mentioned before ([#663 (comment)](https://github.com/cjolowicz/nox-poetry/issues/663#issuecomment-1423240512)). Would you like to pass...

If you have dependency groups, why not use plain Nox with a small helper like this? https://github.com/cjolowicz/cookiecutter-hypermodern-python-instance/blob/90e45cee4725c51c77864ab21efead23d5226306/noxfile.py#L26-L51 I'd be curious what value you see in nox-poetry given that you can...

Poetry honors the `VIRTUAL_ENV` environment variable, which is set by Nox when it runs processes in the session. (At least, it did when I wrote this code 😅 )