Results 7 issues of Yves W

### The rename cursor and operation should be improved In the sidebar, the rename operation seems to need the user to press the enter key, and it does not act...

Whne I use this plugin, the headings with heading style in this page may change like this: Before: ![image](https://user-images.githubusercontent.com/16939715/124228793-47dcb000-db3f-11eb-99d6-0325da2dbd6e.png) After: ![image](https://user-images.githubusercontent.com/16939715/124228836-56c36280-db3f-11eb-8205-89b537664c78.png) You can see that the style of "Prerequisties" here...

Given the following input ```yaml key: "/Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also...

JRuby

If use any log api like `self.err` or `self.die` in WestCommand's `__init__` function, it may throw following exception: ```python ........................ File "/home/yves/.local/lib/python3.10/site-packages/west/commands.py", line 287, in _get_config self.die(f"can't run west {self.name};...

HI, it would be helpful if we can know the progress when update lots of repos under a big project. [tqdm](https://github.com/tqdm/tqdm) provides a beautiful bar but it seems not compatible...

TK under Windows/Linux did not have a native support for dark mode. Kconfiglib: https://github.com/zephyrproject-rtos/Kconfiglib/pull/35

area: Kconfig

subprocess accepts bytes, PathLike obj and str but shlex.quote only accept str type. So need a normalize api.