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
4) We can not do convict(config.getSchema()) #356 Fix convict(config.getSchema()), .getSchema/getSchemaString() should return a convict schema and .getSchemaString(debug = true) should return convict data schema (for debug only).
5) Find a way to be able to use default like config property and not like a convict property. Transform: $~default to default during the schema parsing ? And add opt: convict(schema, { acceptDefaultProperty: 'default' })
Related : #88 #254 #278
Behavior should be fixed:
Actually several problems with default :
default
property name in config ;default
we can have a weird bug or sometime this work well with magic coerce.TODO :
The text was updated successfully, but these errors were encountered: