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
Repos.create() currently accepts a raw JsonObject as its argument. This is annoying to work with and not very typesafe. It would be better if it accepted a structured, well-typed object instead.
Repos.create()currently accepts a rawJsonObjectas its argument. This is annoying to work with and not very typesafe. It would be better if it accepted a structured, well-typed object instead.