You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the fortunes test in actix-core seems not to use a server-side template as mandated by point IX of the requirements - contrast that with the implementation in actix-pg. Instead, actix-core seems to be simply concatenating hardcoded strings.
The current implementation of the fortunes test in
actix-coreseems not to use a server-side template as mandated by point IX of the requirements - contrast that with the implementation inactix-pg. Instead,actix-coreseems to be simply concatenating hardcoded strings.Pinging @fafhrd91.