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
Once the core is stabilized and we're confident the internal schema representation won't drastically change again, we need to make the API ready for public consumption by:
naming things correctly
reducing the API surface
removing the dependency to shapeless, or at least hiding it from the user (right now, we only need shapeless for getting singleton types for fields and branches names).
The text was updated successfully, but these errors were encountered:
Once the core is stabilized and we're confident the internal schema representation won't drastically change again, we need to make the API ready for public consumption by:
The text was updated successfully, but these errors were encountered: