Christian Vallentin

Results 100 comments of Christian Vallentin

_I'm mainly just referencing stuff from the two PRs you linked._ The main reason to prefer pass-by-value compared to pass-by-reference. Is that given you can call `.clone()` then it's _generally_...

The main issue with using `Borrow` while having a generic type `T`, is that it causes inference issues. If the parameters are some concrete type, then e.g. using `B: Borrow`...

It's not possible to have multiple blanket impls like that. Since `impl ... for T` already _matches_ both `i32` and `&&&i32`. So attempting to have a `impl ... for &&&T`...

I pinned both, as then it would be quicker to find them for me. Finding the filters issue, requires browsing through the issues. Overall I agree with the sentiment. I've...

Ah. From a perspective that someone might only read the title, then yeah, that's understandable. Alright, I'll look into implementing these when I have time.

All instances of "the book" should direct to https://djc.github.io/askama/ Have you found some that don't? or what's the issue? Yes, following the link leads to an "overview" page, but there's...

If you do a reload without the cache, i.e. Ctrl + F5. Does the issue persist? Anything outputted in the Console? or any failed requests in Network? The issue might...

I'd definitely be up for an interpreter, to be able to dynamically render templates. However, I immediately see two issue. 1. As soon as you attempt to use e.g. Rust...

(I was already writing a comment in #490 before you posted this one, so I'll just post my final comment on this issue instead) ----- This _was_ an intentional change,...

Just to be clear, the "you" you're referring to in this case is @djc. I don't think I've voiced my opinion on it. But I can definitely see the pros...