-
I have been using the package management `uv` features, albeit in preview. Amazing product, responsiveness and pace of development 🚀
PDM has a great feature: the `pdm init` command can take `--cook…
-
The [`dynfmt`](https://github.com/jan-auer/dynfmt) crate seems to be unmaintained and attempts to reach the maintainer have not been successful.
[`minijinja`](https://github.com/mitsuhiko/minijinja…
-
I personally think that the more visible `*` or `-` could be used as the bullets on the agenda lines, instead of the tiny `·`. But it is indeed a matter of personal taste. What do you think? Could als…
quite updated
1 month ago
-
This is logged when an undefined value is used in a template (e.g. `{{ AnythingRandom }}`
```
undefined value (in 32_SmpcApplWell.cnfg:82)
```
Is the underlying error a `MiniJinja::Error`? Can m…
-
It would be handy to have such trait since with current implementation, it is impossible to create generic function, that will render any minijinja or askama template
-
Hi! 👋
I'm starting to work on emscripten-forge a bit these days, and ran into the following problem, where @DerThorsten asked me to raise an issue.
In our pyjs [recipe](https://github.com/emscr…
-
## Description
`minijinja::context!` and `#[serde(flatten)]` sometimes don't work correctly together.
## Reproduction steps
1. Clone this repo: https://github.com/paolobarbolini/minijinja-con…
-
Now that DCAT-US v3 has reached a recommendation snapshot status -
https://doi-do.github.io/dcat-us/
The `metadata` command will extract/infer the metadata and save it to a `.metadata` file.
…
-
Jinja2 supports extensions that implement custom block tags. I'd like to use minijinja to render existing templates that use extension tags. But at least for my purposes there are several good-enough …
-
Hi, I've been toying around with ructe and htmx (it's great!), and one feature that would be great to see is the ability to render a fragment or part of a template. This is great in the context of htm…