tianxiang

Results 4 comments of tianxiang

I got the same problem. ```shell [ "-i", "input.m3u8", "-filter_complex", '"showwavespic=s=525x50"', "-frames:v", "1", "output.png", ] ``` ### log ``` ffmpeg version 5.1.4 Copyright (c) 2000-2023 the FFmpeg developers built with...

I've met the same issue as well. ### System Info ``` macOS 13.4 ``` ``` $ node -v v16.20.1 ``` ``` "@rspack/cli": "^0.2.5", "@rspack/core": "^0.4.0" ``` ### Details ``` Rspack...

这样是不会有校验信息的 ```json { "type": "page", "body": { "type": "form", "api": "/amis/api/mock2/form/saveForm", "body": [ { "type": "input-text", "label": "文本", "name": "text", "validations": { "isNumeric": true }, "validationErrors": { "isNumeric": "同学,请输入数字哈" },...