-
The current maildir support is rudimentary and adequate for basic testing but should be made more robust and save mail files sorted by user name and potentially by domain. This would enable installin…
-
Thank you for writing this extension. I have a relatively mid size project (internal) that uses axum + minijinja + htmx and as you mentioned in the README, we do send a bunch of full/partials html aro…
vihu updated
11 months ago
-
There may be a false-negative with `tail-expr-drop-order`. Reproduction:
1. `curl -L https://crates.io/api/v1/crates/faer-core/0.17.1/download | tar -xz`
2. cd `faer-core-0.17.1`
3. Set up cargo-feat…
-
The swifties of HTMX on twitter are asking "why not HTMX?".
While I'm not as enamoured by HTMX as some, there is a good argument to build a frontend that requires no javascript, with optional impro…
-
Hi! I'm interested in this project as it focuses on minimizing dependencies. I was wondering if you've looked into [nanoserde](https://github.com/not-fl3/nanoserde) as a lighter alternative to serde? …
-
I encountered an following issue while reading some JSON from disk, loading it into a `serde_json::Value`, and trying to create a minijinja context out of it:
```
let value: serde_json::Value = serd…
-
also is python base pypi module packaging template on it?
![sentients come to life](https://github.com/zakstucke/zetch/assets/25416855/30efb940-42dc-45b5-80d0-563767c895fd)
_> sentients beings com…
-
Hi, thanks for writing+maintaining Tera; it's great!
Given a template like this:
```
{{ foo }}
{% block bar_block %}
{{ bar }}
{% endblock %}
```
Is it possible to render _just_ the `bar…
-
Provide a localization method that accepts strings coming from a dictionary via a `serde`, [nanoserde](https://github.com/not-fl3/nanoserde), [miniserde](https://github.com/dtolnay/miniserde), [micro…
-
2.4's new `--template` flag is great, particularly for Nushellers for whom process substitution isn't available 😅
When the `--template ` is used, potentially the next file parameter could be assume…