Yves W
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:  After:  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...
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
subprocess accepts bytes, PathLike obj and str but shlex.quote only accept str type. So need a normalize api.