Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace dynfmt with minijinja #2245

Open
jqnatividad opened this issue Oct 25, 2024 · 0 comments
Open

Replace dynfmt with minijinja #2245

jqnatividad opened this issue Oct 25, 2024 · 0 comments
Labels
enhancement New feature or request. Once marked with this label, its in the backlog.

Comments

@jqnatividad
Copy link
Owner

jqnatividad commented Oct 25, 2024

The dynfmt crate seems to be unmaintained and attempts to reach the maintainer have not been successful.

minijinja is a far more powerful templating engine. As an added bonus, it hews close to Jinja2 - CKAN's template engine.

It also allows evaluating expressions at runtime, which should open up more possibilities for commands where dynfmt is used - apply, fetch, fetchpost & geocode.

It can also potentially support a new command - template (#1374) as well as being able to post templated payloads with fetchpost (#544)

@jqnatividad jqnatividad added the enhancement New feature or request. Once marked with this label, its in the backlog. label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. Once marked with this label, its in the backlog.
Projects
None yet
Development

No branches or pull requests

2 participants
@jqnatividad and others