Jb DOYON

Results 47 comments of Jb DOYON

Bump: have you given more thought to this dependencies split? We have a PR for both Matplotlib here and #485 = PlantUML, splitting the options as laid out in comment...

@danwos I see the milestone for a 1.0 version is being updated, can we consider integrating this feature, and its major version break impact as part of 1.0 milestone? I'd...

Revisited this: Rebased the whole thing (without plantuml side), and tried to use it as a future user would. Created https://github.com/OverkillGuy/sphinx-needs-test, a sample repo from my personal cookiecutter (soon to...

I see. I am perfectly happy wontfix-ing this issue, it's a tiny corner case that doesn't bother people much. It just made me smile to notice this curiosity, so I...

Tested PR just now in private org, fetched >2k repos infos flawlessly! poetry run github-to-sqlite repos --organization github.db MYORG

Same error on my side but due to the `_extensions` key (I use the `jinja2-git` extension to include `{% gitcommit %}` in the template, loving it). ``` Traceback (most recent...

Hello, as mentioned I created #197 to address the issue of ValueError on cookiecutter.json keys with underscore prefix. Keen to hear how all the participants of this thread experience my...

I'm in a similar boat, having a `post_gen_hook` of the sort: ```sh # Prepopulates a git repo out of the rendered template with an initial commit # If a git...

I have to admit I left cruft for [copier](copier.readthedocs.io/), which deals with all the edge case I was interested in! Sorry cruft devs, copier has won my heart for now

Huh, my templates do the opposite, using the post-gen hook to _delete unused files_ (see [Cookiecutter docs: conditional includes](https://cookiecutter.readthedocs.io/en/2.1.1/advanced/hooks.html#example-conditional-files-directories) for example), so while using these templates, I would NOT want...