ben
ben
This is the content of my `askama.toml` file: ```toml [[escaper]] path = "::askama::Html" extensions = ["askama"] ```
I think extending the escaper is the best bet. I also think it would be a good idea to have a parameter in the template derive, something like `#[template(mime_type =...
Understandable. I will start work on a PR later today for the changes mentioned previously!
I was going to suggest a third-party crate, but they all seem to use const generics (logically). There is #10613, but it hasn't been touched since January; I think it...
I think extracting this out into a separate crate would be a good move, could be done in tandem with https://github.com/paritytech/substrate/issues/10613 too. Would this be something kept under the paritytech...
Awesome! I don't think I can commit to maintaining this as a separate crate right now, but if it were to be made somewhere else I would absolutely contribute to...
Hello, is there any progress on this issue? I would love to contribute to whatever needs help to get this issue moving. I see that #33 and #34 are mentioned...
I am getting this issue as well, using a newtype `id` field. Has there been any progress on this? I would be happy to help out in fixing it.
Update on this: it seems that replacing the `[...] RETURNING field AS \"field: _\"` with `[...] RETURNING field AS \"field: ConcreteType\"` fixes the issue. I will put together a PR!
I was unable to run tests on this - if anyone could point me towards how to test this library I will gladly do so!