-
Notifications
You must be signed in to change notification settings - Fork 27
Insights: askama-rs/askama
Overview
-
- 32 Merged pull requests
- 0 Open pull requests
- 16 Closed issues
- 7 New issues
Could not load contribution data
Please try again later
32 Pull requests merged by 7 people
-
Filters
linebreaks
,paragraphbreaks
andlinebreaksbr
only needcore
#486 merged
Jun 17, 2025 -
parser: fix
{% raw %}
for delimiters starting with-
#491 merged
Jun 17, 2025 -
parser: implement
{% raw %}
andLit::parse()
withoutskip_till
#489 merged
Jun 17, 2025 -
parser: simplify
{# comment #}
parsing#488 merged
Jun 16, 2025 -
parser: recognize comments in macro calls
#487 merged
Jun 16, 2025 -
parser: U+10FFFF is the highest Unicode codepoint
#484 merged
Jun 16, 2025 -
Make wordcount filter work with core only
#480 merged
Jun 14, 2025 -
parser: better error message for bare CRs
#485 merged
Jun 13, 2025 -
parser: reject isolated CRs in string literals
#483 merged
Jun 13, 2025 -
Rename
LoopItem::index
toLoopItem::index0
#481 merged
Jun 11, 2025 -
parser: reject illegal string literals
#479 merged
Jun 10, 2025 -
Add new
reject
filter#430 merged
Jun 6, 2025 -
parser: recognize/reject prefixed ids and lits in macro calls
#476 merged
Jun 5, 2025 -
ci: some fixes
#474 merged
Jun 3, 2025 -
book: document all crates on readthedocs
#473 merged
Jun 3, 2025 -
derive: dedupe visit custom filters code
#470 merged
Jun 2, 2025 -
ci: don't collect filter output into
String
#471 merged
Jun 2, 2025 -
bugfix: resolve with macro with call after caller
#469 merged
Jun 1, 2025 -
parser: macro calls need proper tokens
#468 merged
Jun 1, 2025 -
Add support for mutable variables
#462 merged
Jun 1, 2025 -
Refactor
indent
Filter Implementation#466 merged
May 29, 2025 -
docs: Update performance.md
#188 merged
May 28, 2025 -
Add issue templates
#463 merged
May 28, 2025 -
Update
ref
documentation#456 merged
May 26, 2025 -
Correctly escape and reject macro names
#460 merged
May 23, 2025 -
feat: add caller pattern from jinja
#422 merged
May 23, 2025 -
Comparison operators cannot be chained
#457 merged
May 23, 2025 -
book: upgrading: complete note about filter change
#453 merged
May 22, 2025 -
Prevent
crate
to be used as identifier#450 merged
May 20, 2025 -
Print invalid generated code during panic
#446 merged
May 19, 2025 -
derive: don't suppress fatal errors in integer parsing
#448 merged
May 19, 2025 -
Update dependencies
#441 merged
May 19, 2025
16 Issues closed by 3 people
-
askama_derive does not support static compilation
#492 closed
Jun 18, 2025 -
parser: `CR` (\r) is not allowed in string literals if not followed by `LF` (\n)
#482 closed
Jun 13, 2025 -
preprocessor
#464 closed
Jun 10, 2025 -
parser: cstring literals must not contain NUL bytes
#478 closed
Jun 10, 2025 -
parser: `keyword + # + not-a-string` in a macro call not rejected
#475 closed
Jun 5, 2025 -
Rename `Template::write_into()`
#265 closed
Jun 5, 2025 -
Recursive Enums with Doc comments hit recursion limit
#354 closed
Jun 5, 2025 -
Safe filter on iterators
#356 closed
Jun 5, 2025 -
Trying to use `caller()` after an unrelated call fails.
#467 closed
Jun 1, 2025 -
Illegal macro name emitted and illegal tokens in macros accepted
#459 closed
Jun 1, 2025 -
`indent` filter fails to apply indentation for large input strings
#465 closed
May 29, 2025 -
Comparison operators cannot be chained
#454 closed
May 23, 2025 -
ref outdated documentation
#451 closed
May 22, 2025 -
`crate` cannot be a raw identifier
#449 closed
May 20, 2025 -
Invalid base 2 integers (`0b85`) in the input get copied into the generated code
#445 closed
May 19, 2025
7 Issues opened by 4 people
-
Document when `Template` methods can fail.
#490 opened
Jun 17, 2025 -
v0.15 release planning
#477 opened
Jun 6, 2025 -
Most filters in `alloc` should be possible to implement without alloc
#472 opened
Jun 1, 2025 -
Absolute template paths cause build determinism issues
#461 opened
May 24, 2025 -
Add tests for jinja examples in our book
#458 opened
May 23, 2025 -
Document `{% for target in iterable if cond %}` and {% for .. %} {% else %}`
#455 opened
May 22, 2025 -
Allow to create mutable template variables
#452 opened
May 21, 2025
10 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Add filters `|default`, `|assigned_or` and `|defined_or`
#425 commented on
Jun 15, 2025 • 8 new comments -
Add filter to simplify handling of Option fields
#424 commented on
Jun 5, 2025 • 0 new comments -
Add a nightly feature which allows to manipulate spans to underline which part of the template is failing compilation
#420 commented on
Jun 5, 2025 • 0 new comments -
Add a custom `Escaper` example
#367 commented on
Jun 5, 2025 • 0 new comments -
Missing example / documentation: How to write a custom escaper?
#348 commented on
Jun 5, 2025 • 0 new comments -
Missing examples / explanations
#307 commented on
Jun 5, 2025 • 0 new comments -
Convert (when possible) macros into functions when called recursively
#300 commented on
Jun 5, 2025 • 0 new comments -
book: `update-theme.py` needs updating
#227 commented on
Jun 5, 2025 • 0 new comments -
Internationalization/localization (i18n/l10n)
#208 commented on
Jun 9, 2025 • 0 new comments -
Dynamic rendering mode
#324 commented on
Jun 6, 2025 • 0 new comments