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
demo/lib.js is diverging from underlying node library (in fact we do not directly use the underlying library). This is leading to bugs and duplication (e.g. underlying library adds description to generated schema fields but app does not).
We should reconnect these by having the app depend more on functions in the library (and updating library to support this).
demo/lib.js is diverging from underlying node library (in fact we do not directly use the underlying library). This is leading to bugs and duplication (e.g. underlying library adds
description
to generated schema fields but app does not).We should reconnect these by having the app depend more on functions in the library (and updating library to support this).
This is also an opportunity to work more on #2.
The text was updated successfully, but these errors were encountered: