David Bernard
David Bernard
For the functionnal part (FIXME,...) there are lot of change, that will require more time to review, test. So I'll merge the change and I'll test it locally (after you...
The way to parse the version, but also how to download jre/jdk should be updated. I Also guess it's no longer possible to download jre/jdk version from oracle otn. So...
@atarijeff, I no longer actively develop/use this plugin, I'm ok/happy to fix bugs, or to review, merge, release contribution PR that could : - fix this issue: - able to...
Currently (0.3.0) it's not possible, icons (favicon.ico, shorcut-*.png) have to be under src/dist like every files that should be copied user 'app' dir. because icons are also used by getdown...
search to have a hash for a folder ([How to compute the git hash-object of a directory? - Stack Overflow](https://stackoverflow.com/questions/6011172/how-to-compute-the-git-hash-object-of-a-directory)) - `git ls-files -s somedirectory | git hash-object --stdin` -...
And also allow to use thoses variable file to create a project see: - https://cookiecutter.readthedocs.io/en/1.7.2/tutorial1.html#cookiecutter-json - [`.cookiecutter.json` of a template](https://cookiecutter-hypermodern-python.readthedocs.io/en/2021.6.15/guide.html#creating-a-project)
I thought the bug was fixed. Thanks for bumping it, and sorry for the issue. Thank you for using it, I'm happy you like it. FYI some features (and doc)...
Thanks for the suggestion, TBH I don't know how to do it yet. I'll look at it (maybe next week)
Can you give a try to version 0.17.x ? (since version 0.17, the handling of SSL move from OpenSSL to rustls + few other bugfix on the underling kube library).
Yes, it's a volontary choice to avoid to run template engine over every files: - better perfomence (template engine) is slower than raw copy - avoid to parse binary files...