Romber Li
Romber Li
tab_width does not work! i set this parameter to 48,but the tab width is still large. here is my user settings: ` { "auto_find_in_selection": true, "bold_folder_labels": true, "color_scheme": "Packages/Theme -...
the default width size of tab depends on the row length, after open many new tab and input large row, i can only see few tabs, so is there any...
### What problem does this PR solve? 文档里虽然说可以打印日志至控制台与文件, 但实际上soar无法打印至控制台, 本pr修复了该问题 ### What is changed and how it works? 修改了logger初始化函数, 当参数log-output的值为空时, 将logger设置为AdapterConsole ### Check List Tests - Unit test - Integration...
**Description**: What this PR does update jsonparser version to v1.1.1 in benchmark package **Benchmark before change**: **Benchmark after change**: For running benchmarks use: ``` go test -test.benchmem -bench JsonParser ./benchmark/...
### Description of the problem ### Description of the problem I've successfully installed the driver, and at the beginning, it runs perfectly. but I found that after some time(may be...
如题,电脑是mac上用bootcamp安装的win10 64, 即使手动关闭了Qbar,依然是快捷键模式,无法输入字符, 需要suspend hotkeys才可以输入, 这是BUG嘛?
### What problem does this PR solve? Reconstructed the autoscaling module, see the doc: docs/design-proposals/2021-07-22-auto-scaling-with-pdapi.md ### What is changed and how does it work? Now autoscaling has two different types:...
使用了inception 2.1.52.2, 看到commit记录说已经支持了emoji, 我写了python脚本去试了下, 不经过inception, 直接对mysql执行, 则会更新成功, 数据库里显示的就是正常的emoji, 对inception执行, 则: 如果是update后的新值是emoji, 则会执行成功, 但是在数据库里是乱码(一个问号), 如果是update前的老值是emoji, 则会执行成功, 但是备份会失败
- 故障现象 v0.3.0-beta37打开pdf文件时报错, 如图 - 故障原因 经排查, 是src/gui/main.py中266行调用convert_dir_text函数时多传了一个参数keep_exist_dir_action=self.keep_exist_dir, - 修复方法 删除该行后可正常运行