Roger Tawa

Results 3 issues of Roger Tawa

I am using Tera with Rocket to render an html page. The context passed to `rocket_dyn_templates::Template::render()` takes a structure that contains a `u128` field: ``` let ident: Identity = ...;...

Tera does not support the type `std::time::SystemTime` along with the `| date` filter. For example, writing a template with the the expression `{{ last_used | date }}`, where `last_used` is...

In VSCode I can type "cloud policy client cc" to find the file "cloud_policy_client.cc". This is very convenient since typing spaces is easier than typing underscores. VSCode's search seems to...