Simon Ward-Jones

Results 14 comments of Simon Ward-Jones

I am having this problem too. I think the `apply_overwrites_to_context` function within cookiecutter is assuming that the overwrite variable is never also a list. I think this will need to...

I created a PR to go along with this issue here: https://github.com/cookiecutter/cookiecutter/pull/1756 😄

> is this now fixed? there hasn't been a pypi release since 1st June so if the fix is merged, I guess it is not yet released I don't think...

Any chances of getting this merged any time soon?

I got this working on python 3 with very few changes.

Hi, thanks for reporting this. I just wanted to add that this still seems to be an issue in the tensorflow docs.

Video link: https://www.youtube.com/watch?v=ypApmOoCRSc

Hi @romain-intel, Previously it was the case that all steps were defined in the same module and the `NodeVisitor` was used to get the `ast.FunctionDef` for each "step". In this...

Hi @romain-intel, I am going on holiday for a couple of weeks now but I made a few more changes based on what you suggested: - Added source_file to the...