René Kijewski

Results 102 comments of René Kijewski

A proper HTML pretty-printer needs to know which elements are block elements, inline elements, or invisible. Which are space-preserving and which are not. And all that can be changed with...

One major problem I see is that this would break current use cases which assume that Templates get escaped, too. Maybe I am using `{{{ var }}}` in the inner...

Hm, I think in this case you have to copy https://github.com/djc/askama/blob/ea8be44/askama_axum/src/lib.rs and call `into_response(&Template)` manually. Features are additive, and I we add an "anti-feature" like "dont-implement-into", then this would be...

> Also, what does "SSIA" mean? "Subject Says It All" > Can you write a CI test which this fixes? I don't think this is needed. We could only test...

An Option can also be used as a single element iterator, and might come in handy with for-else.

@GuillaumeGomez, do you know if it is possible to generate this page locally?

Chrono is already edition=2016 and msrv=1.56: . So if we upgrade our requirements, we wouldn't not break anything for them. Since syn upgraded to edition=2021, I think almost everyone had...

> I think that splitting code generation into a lot of small calls to writeln makes it much more difficult to have an idea of what the generated code will...

I'm a maintainer of `iana-time-zone`. What I would like to know is: Why aren't you reaching out to [`android_system_properties`](https://github.com/nical/android_system_properties/)? The library is used in [44.5k](https://github.com/nical/android_system_properties/network/dependents) projects, so if you found...

I did. I realize that the discussion was about the format of Android's tzdata, too, not only `android_system_properties`, but the usage of an unstable API function was mentioned why `android_system_properties`...