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
Hi, I am getting the error You must provide a leaf generator for schema.spec.leaf.LeafSpec@2bd8c7ed when calling the schema-generators.complete/complete for a given schema, but when I call schema-generators.generators/generate for the same schema it work without need to pass any additional leaf generator.
Looking at the code, I have found the default-leaf-generators (source) that is only called in the generate.
Is there any reason for that?
Could we add those default leaf generators to complete in order to both work with the same types?