Sambhav Kothari
Sambhav Kothari
See my reply at - https://github.com/cookiecutter/cookiecutter/issues/364#issuecomment-678683237 and the demo repo https://github.com/samj1912/cookiecutter-advanced-demo That allows you to modify the cookiecutter context from pre gen hooks on cookiecutter v0.7+ with some advanced jinja...
Currently no, but this sounds like a nice feature. You could technically do `cruft diff > patch.diff && git apply patch.diff` to emulate some functionality.
I have been able to do this via some Jinja hackery and this helps a lot. See https://github.com/samj1912/cookiecutter-advanced-demo for a demo cookiecutter that can do this. I demo the following...
This seems related to #784. My suggestion there was to use https://github.com/cruft/cruft/
@HappyEinara any updates on this?
One of the major blockers to moving a lot of internal projects I maintain at my workplace to mkdocs (I currently use a combination of sphinx + napoleon + recommonmark...
> > These packages may contain alternative versions of packages from pypi. > > Please clarify this statement. What do you mean by "alternative" here? It's a packaging/distribution error if...
Again, the goal of this ticket is around finding provence data so that we can construct accurate bill of materials for a given set of packages. This is so that...
Fixed in #167
@chenbh I believe the issue is about the output images rather than the build process. The workspace is currently world writable which breaks workspace immutability during runtime when built layers...