Results 7 issues of flight9

I met the error when building: ``` Error: cmd: Command failed with exit code 1 Error output: D:\Cordova\cordupd\platforms\android\src\com\vaenow\appupdate\android\DownloadHandler.java:3: ����: �Ҳ������ � import org.apache.cordova.BuildHelper; ^ ����: �� BuildHelper λ��: ����� org.apache.cordova...

我 Cordova 版本 7.0.1 下载好示例代码, 进目录运行 cordova build 就提示出错: ··· Error: Android SDK not found. Make sure that it is installed. If it is not at the default location, set...

Please test this: ``` const jsondiffpatch = require('jsondiffpatch').create(); var obj1 = { 'test': { 'list': [ [ "5b51b577ed668594b0091b56", "5b51fc4f695227a5977b716c" ], 0, 0 ] } }; var obj2 = { 'test':...

Our project have a constraint that there should only be one node at the root level. So we use following codes to prevent that happening, it works: ``` dragEndHook(node) {...

At level 2 all nodes can be re-ordered by drag&drop, but at level 3 it seems not. I found only the first position which is next to the upper level,...

I think it's common that if we have a model called User, an email is required(not empty) when creating a new User Or we would stop the creating(like throw an...

### Steps to reproduce There is a Users Schema in my project with a `password` field which is set to 'required: true'. Now I have to create a list of...

bug