Lior Weissman

Results 8 issues of Lior Weissman

Addresses #1761. Added support for dependent questions.

* Cookiecutter version: latest * Template project url: https://github.com/liortct/cookiecutter-dependent-questions.git * Python version: 3.8 * Operating System: Linux ### Description: We want to be able to prompt a question depending on...

Addresses #1754. Fixed bug where files aren't cleaned up during panics, by adding an additional exception catch.

Addresses #1744 . Fixed bug where dynamic non string variable rendered as string. That's not allowed dynamic creation of choice variable. Also, added a unit-test for recreate this scenario.

bug

Addresses #1736 . Fixed bug where NonTemplatedInputDirException exception was raised when change jinja2 delimiters via `_jinja2_env_vars` in the `cookiecutter.json`. Also, added a unit-test for recreate this bug.

Addresses #1765 . Added print directory tree after generating project.

* Cookiecutter version: latest * Template project url: https://github.com/liortct/SimplePythonApp.git * Python version: 3.8 * Operating System: linux ### Description: After generating a project via cookiecutter there is no indication for...

Hi. I tried to download rocksdb via pip and its fails. I have: Windows 10 Python 3.6.7 C:\Windows\System32>pip install python-rocksdb Collecting python-rocksdb Using cached https://files.pythonhosted.org/packages/94/81/9a8e498a26ec34da9e1ae87e831468aedb4a6ba42aa9ea779b97896cfea7/python-rocksdb-0.7.0.tar.gz Requirement already satisfied: setuptools>=25 in...