gotham-rs / gotham

A flexible web framework that promotes stability, safety, security and speed.

Home Page:https://gotham.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the tera example

msrd0 opened this issue · comments

commented

The tera example uses the compile_templates! macro that has been removed in version 1.0 (Changelog). It needs to be rewritten to compile with newer versions of tera.

Related: #460

QQ, should the lazy_static be removed then ?

commented

I'm open to whether or not we continue using lazy_static, just the initialization code we currently use is no longer a thing in the latest version of tera.

@msrd0 Quick observation for Hacktoberfest it seems the issues are tagged for Hacktoberfest but the repository is ineligible as the repository needs to add the topic Hacktoberfest to be eligible for the event.

commented

Srsly? A repository actively using the hacktoberfest tag is ineligible? Anyways, I've added the topic for now.