VikydZhang

Results 30 issues of VikydZhang

Add PclZip Chinese doc translation: - GitBook: https://github.com/Viky-zhang/pclzip-doc-zh-cn - GitHub: https://viky-zhang.gitbooks.io/pclzip - Official site: http://www.phpconcept.net/pclzip PclZip 文档的中文翻译

### 这个功能解决了什么问题 [t-textarea] 希望有类似 t-input 的 clearable 功能 ### 你建议的方案是什么 [t-textarea] 希望有类似 t-input 的 clearable 功能

### tdesign-vue-next 版本 1.8.0 ### 重现链接 https://stackblitz.com/edit/8vzue8?file=package.json,src%2Fdemo.vue ### 重现步骤 _No response_ ### 期望结果 子 form 的校验红色可配置不受父 form 的影响 ### 实际结果 子 form 的 input 也变成红色了

relative issues: - https://github.com/postmanlabs/newman-reporter-html/issues/180 - https://github.com/postmanlabs/newman/issues/2752

product/newman

need click event for hightlight words

command: ```sh ./cpulimit -h ``` ouput: ```man Usage: cpulimit [OPTIONS...] TARGET OPTIONS -l, --limit=N percentage of cpu allowed from 0 to 800 (required) -v, --verbose show control statistics -z, --lazy...

Should not warn when w is `0`: ``` [Vue warn]: Invalid prop: custom validator check failed for prop "w". ``` Because with additional expand/collapse btn and logic, zero width is...

not update content until focus when ace editor is hidden my temp solution: ```js this.$nextTick(function() { editor.resize(true) editor.renderer.updateFull() }) ``` ref: https://stackoverflow.com/a/30277601/2752670

later

curl : ```sh curl 'http://localhost:9999/myApi' \ -H 'Content-Type: application/json;charset=UTF-8' \ --data-raw '{"name":"d4"}' \ --compressed ``` result: ```json { "result": true, "output": [ { "type": "request", "data": { "method": "POST", "name":...

input: `[[11, obj01], [22, obj02]]` config: `{dimensions: 0}` `result.bins.bins[n].sample`: `[11, obj01]` I need origin data obj to show data in tooltips.