aoi-umi

Results 5 issues of aoi-umi

应该是jni的方法没实现? ``` Find native function Java_com_kuaishou_android_security_internal_dispatch_JNICLibrary_doCommandNative => RX@0x40059359[libkwsgmain.so]0x59359 JNIEnv->GetArrayLength([["count=20&pcursor=0&random=cbd530df-b83a-41b6-8b47-2ea7b6d5c130"], "41f328d1-3c17-4644-9a94-3a20c9df3c8b", java.lang.Integer@32464a14, java.lang.Boolean@4e4aea35, null, null, java.lang.Boolean@1442d7b5, ""] => 8) was called from RX@0x40065021[libkwsgmain.so]0x65021 JNIEnv->GetObjectArrayElement([["count=20&pcursor=0&random=cbd530df-b83a-41b6-8b47-2ea7b6d5c130"], "41f328d1-3c17-4644-9a94-3a20c9df3c8b", java.lang.Integer@32464a14, java.lang.Boolean@4e4aea35, null, null, java.lang.Boolean@1442d7b5, ""],...

## Description Add `validateIf` for validation options. If you want to validate that condition by object, you can use `validation validateIf`. `ValidateIf` will skip all other decorators, `validation validateIf` only...

### Description like this https://github.com/typestack/class-validator/issues/740 ```ts export class ContentSave { @IsDefined() @MinLength(5) title: string; @Type() submit?: boolean; } ``` when submit is true, i want to skip IsDefined , but...

type: feature
flag: needs discussion

node_form.vue ```js save() { this.data.nodeList.filter((node) => { if (node.id === this.node.id) { node.name = this.node.name node.left = this.node.left node.top = this.node.top node.ico = this.node.ico//没有这个 this.$emit('repaintEverything') } }) } ```

`Cannot insert an explicit value into a timestamp column`