Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / djc/askama issues and pull requests

#1099 - Run all test and package to completion

Pull Request - State: closed - Opened by aquarhead 2 days ago - 1 comment

#1098 - axum: fix up test after Axum upgrade to tower 0.5

Pull Request - State: closed - Opened by djc 2 days ago

#1097 - Accept trailing comma in array

Pull Request - State: closed - Opened by aquarhead 3 days ago - 3 comments

#1096 - How can askama::Error be encountered?

Issue - State: closed - Opened by BBaoVanC 7 days ago - 1 comment

#1095 - Error in case an operator is used as a delimiter

Pull Request - State: closed - Opened by djc 11 days ago

#1094 - Getting Error trying to add Template to child

Issue - State: closed - Opened by TrevorSatori 11 days ago - 1 comment

#1091 - Apply suggestions from clippy 1.81

Pull Request - State: closed - Opened by djc 24 days ago

#1090 - Document template inheritence block naming restrictions

Issue - State: open - Opened by malteneuss about 1 month ago - 2 comments

#1089 - Suggest disable html escaping in templates in templates section

Pull Request - State: closed - Opened by malteneuss about 1 month ago

#1088 - Templates in templates need "none" escape

Issue - State: closed - Opened by malteneuss about 1 month ago - 2 comments

#1087 - Emphasize no spaces around filters pipe in book

Pull Request - State: closed - Opened by malteneuss about 1 month ago - 1 comment

#1086 - Allow Trailing Commas in Arrays Inside Template Expressions

Issue - State: closed - Opened by Aequitosh about 1 month ago - 2 comments

#1085 - Dynamically rendering templates during development?

Issue - State: closed - Opened by programlife555 about 1 month ago - 1 comment

#1084 - Block attribute release version

Pull Request - State: closed - Opened by matjazonline about 2 months ago - 1 comment

#1083 - build(deps): update tower requirement from 0.4 to 0.5

Pull Request - State: closed - Opened by dependabot[bot] about 2 months ago - 1 comment
Labels: dependencies

#1082 - book: fix typo in Template Syntax page

Pull Request - State: closed - Opened by m4tx about 2 months ago - 1 comment

#1081 - Template parsing issues when using double angle brackets as delimiters

Issue - State: closed - Opened by ronnodas about 2 months ago - 1 comment

#1079 - Clippy 1.80

Pull Request - State: closed - Opened by djc 2 months ago

#1078 - Lazy loading or runtime templates

Issue - State: closed - Opened by baron-digit 2 months ago - 3 comments

#1077 - Children like support for macros / included templates

Issue - State: open - Opened by michalvankodev 3 months ago - 5 comments

#1076 - Conditional compiling - features

Issue - State: closed - Opened by rtiagom 3 months ago - 1 comment

#1075 - rendering nested block broken by if-else-endif in outer block

Issue - State: open - Opened by clonejo 3 months ago - 8 comments

#1074 - Unable to publish package containing askama

Issue - State: closed - Opened by roberte777 3 months ago - 1 comment

#1072 - Limit nested filters to avoid stack overflow 2

Pull Request - State: open - Opened by manunio 3 months ago - 1 comment

#1071 - filter: add check against large input

Pull Request - State: closed - Opened by manunio 3 months ago

#1070 - Feedback for me

Issue - State: closed - Opened by djc 3 months ago - 3 comments

#1069 - fuzz: add harness for filters and escape

Pull Request - State: closed - Opened by manunio 3 months ago - 3 comments

#1068 - filter: simplify center

Pull Request - State: closed - Opened by Kijewski 4 months ago

#1067 - filter: fix errors found by fuzz

Pull Request - State: closed - Opened by manunio 4 months ago

#1066 - Add a failing test for using include within a block fragment

Pull Request - State: open - Opened by OscartGiles 4 months ago - 1 comment

#1065 - Allow Unicode-3.0 licenses

Pull Request - State: closed - Opened by djc 4 months ago

#1064 - Add urlencode to filters.md

Pull Request - State: closed - Opened by OscartGiles 4 months ago - 1 comment

#1063 - Include statement has no effect when used from a block fragment

Issue - State: open - Opened by OscartGiles 4 months ago - 7 comments

#1062 - filter: let `|truncate` only write '…' if needed

Pull Request - State: closed - Opened by Kijewski 4 months ago - 3 comments

#1061 - Parser: improve error structure

Pull Request - State: closed - Opened by djc 4 months ago

#1060 - Feature/docs request: allow setting escape="none" in askama.toml

Issue - State: open - Opened by sxlijin 4 months ago - 2 comments

#1059 - Template Rendering of a Result<T + Display, E + Display> Cleanly

Issue - State: open - Opened by jaw-sh 4 months ago - 3 comments

#1058 - Better (post-parser) errors

Pull Request - State: closed - Opened by GuillaumeGomez 4 months ago - 2 comments

#1057 - Add support for `elif`

Pull Request - State: closed - Opened by GuillaumeGomez 4 months ago - 3 comments

#1056 - Add `elif` keyword

Issue - State: closed - Opened by FalkWoldmann 4 months ago - 2 comments

#1055 - Remove unnecessary allocs of discarded content

Pull Request - State: closed - Opened by GuillaumeGomez 4 months ago

#1054 - Fix block partial rendering

Pull Request - State: closed - Opened by GuillaumeGomez 4 months ago

#1053 - Tweaks from improved unclosed tag errors

Pull Request - State: closed - Opened by djc 4 months ago

#1052 - Unnecessary fields required when using blocks for partial rendering

Issue - State: open - Opened by Tortoaster 4 months ago - 3 comments

#1051 - Re-add `{% set %}` as alias for `{% let %}`

Pull Request - State: closed - Opened by Kijewski 5 months ago - 1 comment

#1050 - Better error messages for truncated files

Pull Request - State: closed - Opened by Kijewski 5 months ago

#1049 - Using block fragments as part of larger template

Issue - State: closed - Opened by eliasgranse 5 months ago - 4 comments

#1048 - Deny all / more reserved keywords as macro names

Issue - State: open - Opened by Kijewski 5 months ago

#1046 - Remove instances of `use Enum::*`

Pull Request - State: closed - Opened by Kijewski 5 months ago - 1 comment

#1045 - Fix clippy warning in askama_rocket

Pull Request - State: closed - Opened by Kijewski 5 months ago

#1044 - Better error message for `{% macro super %} `

Pull Request - State: closed - Opened by Kijewski 5 months ago

#1043 - Add simple parser benchmark

Pull Request - State: closed - Opened by Kijewski 5 months ago - 1 comment

#1042 - Remove accidentally added `string` filter

Pull Request - State: closed - Opened by GuillaumeGomez 5 months ago

#1041 - Let AST nodes own their String content

Pull Request - State: closed - Opened by Kijewski 5 months ago - 4 comments

#1040 - Add regression tests for `if let` code generation

Pull Request - State: closed - Opened by GuillaumeGomez 5 months ago - 3 comments

#1039 - Add `title` filters

Pull Request - State: closed - Opened by GuillaumeGomez 5 months ago - 8 comments

#1038 - Add tests for generated code

Issue - State: closed - Opened by GuillaumeGomez 5 months ago - 2 comments

#1037 - Fix invalid `if let` code generation

Pull Request - State: closed - Opened by GuillaumeGomez 5 months ago - 7 comments

#1036 - Add versioned book on readthedocs.org

Pull Request - State: closed - Opened by Kijewski 5 months ago - 9 comments

#1035 - 0.13.0 release planning

Issue - State: open - Opened by djc 5 months ago - 4 comments

#1034 - `include` is not very efficient

Issue - State: open - Opened by GuillaumeGomez 5 months ago - 3 comments

#1033 - if let chain has a weird behaviour

Issue - State: closed - Opened by GuillaumeGomez 5 months ago - 2 comments

#1032 - Test partial renders with block fragments

Pull Request - State: open - Opened by rellfy 5 months ago - 1 comment

#1031 - fuzz: trigger cifuzz only for askama_parser

Pull Request - State: closed - Opened by manunio 5 months ago - 4 comments

#1030 - Publish all crate versions books

Issue - State: open - Opened by GuillaumeGomez 5 months ago - 7 comments

#1029 - Fix nested templates block

Pull Request - State: closed - Opened by GuillaumeGomez 5 months ago - 3 comments

#1028 - fuzz: Add cifuzz integration

Pull Request - State: closed - Opened by manunio 5 months ago - 2 comments

#1027 - Fix parsing nested comments

Pull Request - State: closed - Opened by Kijewski 5 months ago

#1026 - Nested comments causes parser to timeout

Issue - State: closed - Opened by manunio 5 months ago - 2 comments

#1026 - Nested comments causes parser to timeout

Issue - State: closed - Opened by manunio 5 months ago - 2 comments

#1026 - Nested comments causes parser to timeout

Issue - State: closed - Opened by manunio 5 months ago - 2 comments

#1025 - HELP: about askama_axum::Template

Issue - State: closed - Opened by SnailFighter 5 months ago - 2 comments

#1024 - Remove obsolete trybuild outputs

Pull Request - State: closed - Opened by Kijewski 5 months ago - 1 comment

#1023 - Make JSON prettifying optional

Pull Request - State: closed - Opened by Kijewski 5 months ago - 6 comments

#1021 - Add `deref` builtin filter

Pull Request - State: closed - Opened by GuillaumeGomez 5 months ago - 4 comments

#1020 - Add checks for chars at compile time

Pull Request - State: closed - Opened by GuillaumeGomez 5 months ago - 4 comments

#1019 - Allow output of not prettified JSON data

Issue - State: open - Opened by FalkWoldmann 5 months ago

#1018 - Add support for single quote strings?

Issue - State: closed - Opened by GuillaumeGomez 5 months ago - 7 comments

#1017 - Add more tests for floating parsing

Pull Request - State: open - Opened by GuillaumeGomez 5 months ago

#1017 - Add more tests for floating parsing

Pull Request - State: open - Opened by GuillaumeGomez 5 months ago

#1017 - Add more tests for floating parsing

Pull Request - State: closed - Opened by GuillaumeGomez 5 months ago - 1 comment

#1016 - Float literals are not completely supported

Issue - State: open - Opened by GuillaumeGomez 5 months ago - 1 comment

#1016 - Float literals are not completely supported

Issue - State: open - Opened by GuillaumeGomez 5 months ago - 1 comment

#1016 - Float literals are not completely supported

Issue - State: closed - Opened by GuillaumeGomez 5 months ago - 1 comment

#1015 - Moved cfg not windows

Pull Request - State: closed - Opened by vallentin 5 months ago

#1015 - Moved cfg not windows

Pull Request - State: closed - Opened by vallentin 5 months ago

#1015 - Moved cfg not windows

Pull Request - State: closed - Opened by vallentin 5 months ago

#1015 - Moved cfg not windows

Pull Request - State: closed - Opened by vallentin 5 months ago

#1015 - Moved cfg not windows

Pull Request - State: closed - Opened by vallentin 5 months ago

#1015 - Moved cfg not windows

Pull Request - State: closed - Opened by vallentin 5 months ago

#1015 - Moved cfg not windows

Pull Request - State: closed - Opened by vallentin 5 months ago

#1015 - Moved cfg not windows

Pull Request - State: closed - Opened by vallentin 5 months ago

#1014 - Implemented display_some and display_some_or

Pull Request - State: open - Opened by vallentin 5 months ago - 1 comment

#1014 - Implemented display_some and display_some_or

Pull Request - State: open - Opened by vallentin 5 months ago

#1014 - Implemented display_some and display_some_or

Pull Request - State: open - Opened by vallentin 5 months ago

#1014 - Implemented display_some and display_some_or

Pull Request - State: open - Opened by vallentin 5 months ago