-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Description
This issue is about
- Man pages or command-line usage
- Website documentation
- Packaging
- Other (dependencies)
Describe the issue
I tried to use the jinja template functionality, and my first experience was a crash because of non-ASCII chars in the template. The thing is, I would very much like to use non-ASCII chars, so I looked at the stack trace and saw that the issue was in envtpl, one of your dependencies. I managed to fix the issue, and made a PR, only to find that the author has dropped the ball on maintaining this lib.
The choices are:
- do nothing and let all the bugs in envtpl affect yadm;
- drop the templating functionality;
- offer to maintain envtpl and get ownership on it;
- fork envtpl and maintain that fork;
- find another jinja2 processor in python.
What is it going to be?
tstelzer and malikoth