René Kijewski

Results 102 comments of René Kijewski

So, I let all filters return `impl fmt::Display`. This has the added advantage that we can change the implementation of e.g. `|trim` without it being a semver incompatible change.

Can you try ```rust fn filtered(i: &'a str, mut level: Level) -> ParseResult( i: &'a str, level: &mut Level, ) -> ParseResult

The first option is impossible to implement. The proc macro will only see the token `FEATURE_TEMPLATE_HTML`, and it is currently not possible to evaluate the context. (E.g. that's why `#[doc...

I could only get honggfuzz to run properly. If I undid [5439c0b](https://github.com/djc/askama/pull/851/commits/5439c0bd46a6e6038c5b76a573561d2558f0570b), it found the error quite quickly. It then dumps the input to `arbitrary` which can be translated to...

The code is mostly meant as a benchmarking tool. I found a few errors in the parser when I ran the benchmark, so I thought it might be useful for...

Abandoned in favor of #1043.

Sorry, I won't find the time to wrap my head around this PR for the foreseeable time. At a very (_very_) quick glance the code looks fine, and the feature...

I think the error is unrelated to this PR, and it should be fixed in the current main branch. Can you please rebase, @wrapperup?

I can see why one would want this feature, not only in like in mataha's [example](https://github.com/ajeetdsouza/zoxide/blob/a0c6535c0d4a0713efd9dfbafdbbd9f9557c08b5/templates/cmd.txt), but in regular HTML output, too. I guess this would be reasonably simple to...

I don't see any advantage in counting white space characters. If I use tabs, spaces, and some odd unicode characters to indent my code, then this exact indentation should be...