Philipp Simon Schmidt
Philipp Simon Schmidt
Would be great if you could add the repository field in package.json so there won't be a warning when installed with npm. Thanks!!
**Describe the bug** When I add elements and pass the arguments like it's shown on the [C4 PlantUML page](https://github.com/plantuml-stdlib/C4-PlantUML) with a $-character (`$descr="description"`) these elements are not recognized. In general...
like here: http://docs.mongodb.org/manual/reference/method/db.collection.remove/
At the moment i need to use for every JSON field this code before storing an item: ``` javascript User.validate('settings', function(err) { if (typeof this.settings !== 'object') { try {...