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
Seeing joi in the wild, I noticed a lot of people are often duplicating efforts just to have readable schemas. Cloning has a cost even for no-op changes, avoiding that is a quick and simple win for those people.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seeing joi in the wild, I noticed a lot of people are often duplicating efforts just to have readable schemas. Cloning has a cost even for no-op changes, avoiding that is a quick and simple win for those people.
The text was updated successfully, but these errors were encountered: