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
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
Version 0.3 is about Evolution, we hope to improve DX and productivity by converting it from a micro-framework into rails/phoenix like framework. And this is the first step:
@jk-gan Just wondering, I tried following zero2prod for actix-web and I noticed that actix-web data extractor is not type-safe during compile time, it error out when I used the wrong data type at runtime. Looks like we have the same thing here, I am wondering if it would be good to explore that since we can probably guarantee that data during compile time?
> curl 127.1:8000
App data is not configured, to configure use App::data()
I am sure obsidian have the same issue since it have Context which is checked at runtime. Not sure if it's possible to be able to check it during compile time.
So far, I never know any framework that solves this. If obsidian can successfully tackle this, I think it would be cool.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version 0.3 is about Evolution, we hope to improve DX and productivity by converting it from a micro-framework into
rails
/phoenix
like framework. And this is the first step:The text was updated successfully, but these errors were encountered: