gallex
gallex
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 建议 **What is the current behavior? (现有状况)** 目前NavTab是非controle模式,无法在程序中控制当前标签。 **What is the expected behavior? (应有状况)** 修改为controle模式。内部也可以维护一个状态,但是根据是否传入activeIndex props,修改内部状态。和react的标准控件一样处理。 **Which...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 建议 **What is the current behavior? (现有状况)** UI的配色容易引起混淆,把active的tab和非active的tab看反。 **What is the expected behavior? (应有状况)** **Which versions of...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** 在介绍中: NPM安装使用1.1.0: npm install [email protected] react-weui --save CDN使用: 1.1.2/1.1.1 :...
When use CJK char as variable name in PHP, it would error. I found the reson is it use regular expression /^\$[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/ to match variable , but JS string is...
it would throw Exception : unknown [expr_type] = comment in "CREATE TABLE column-type subtree"
when I use : ··· frame id_of_frame click xpath ``` result : ERROR - cannot find xpath but when I use live mode, it 's OK, very strange: ``` frame...
When use hover/click on a element, the function is OK, but I found the mouse position does not changed( synchronized with what in sikuliX) . For example, after hover/click a...
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...
fix bug : open csv file use delimiter other than comma。 Currently, when opening a csv file, you cannot specify a delimiter because no paser_options is passed into the pyarrow.csv.read_csv...