Results 125 comments of A-312

In my fork, I did: https://github.com/A-312/node-convict/commit/c9d24109dc798071bf62fe0d51d1e87ac57e5509#diff-9a1c05ec2f523aa189f25a817c2b605dR368-R381 (It is maybe usefull to have a different messages displays when you want return several error). Like this: ``` Validate failed because wrong value(s):...

> I already tried with fullname but it's not enough if I have sub array. I think my solution handle this

or: `newFormat.call(instanceConvict, x, this, fullName)` and after: `this.set(fullname, data)`

In https://github.com/mozilla/node-convict/pull/353/commits/e3e51718b9a56436db43957a6cdddd358d9516f4 (#353), I removed the `.toLowerCase()` to have the same consistent. @Makeshift `unflatten` does the same thing of coerce function, is not it ?

The last week, I take 4-5 hours to work on that [to thintk if should implement json-schema or not](https://github.com/A-312/node-blueconfig/issues/15#issuecomment-614188887). I choose to: - Adapt type/format of json-schema (with property, min,...

@Makeshift I saw [in netwok](https://github.com/mozilla/node-convict/network), you always pushed the same commit ![image](https://user-images.githubusercontent.com/18501150/79740617-45a68100-8300-11ea-9996-ac3b790070d9.png) It seems to me: | Your commit | State v6 | | - | - | | [New:...

If you add `"[Sensitive]"` on `get`, this should be also on `getProperties`. Or: `if (config.getSchema().password.sensitive) {}`

Do you have an example of what you want to do ?