Results 23 comments of Tan Long

Great! Making the PR. Sorry for the delayed response.

This has a side effect. It applies the markdown type to not only popup windows **but also the search bar** in `:GpChatFinder`, which is created by the `create_popup()` function in...

您好!感谢反馈,~~估计是 NeoSCA 在检查文件名的命名冲突时占用内存太高了。如果已经添加了来自 A 文件夹的 a.txt,再添加来自 B 的 a.txt 时,底部文件区的 Name 列需要给改成 "a (2).txt"。这个检查很占资源,添加 1 个文件时,会和已添加的所有文件挨个比较是否冲突,然后放进已添加文件列表参加对后续新增文件的检查,新增文件又会加入列表,雪球越滚越大~~。猜错了,这个检查没那么耗时,耗时的是文件区表格每添加一个文件都要自动调整列宽,改了下,现在是等所有文件都加进来之后只调整一次,不卡了。这个改动从现在的dev分支源码运行或在下个版本发布时就可以看到。 要自己写代码处理可以下载源码,直接调接口,绕开这个检查。NeoSCA 0.1.0+ 没再更新它的 PyPI,需要用 Git 从 GitHub 下载。 1. 安装 [Git](https://git-scm.com/downloads) 2. 安装 Python,NeoSCA...

> * [x ] Keyboard (addition or update) Hi @htx-studio , a short digression, you can remove the whitespace in `[x ]` to let the check list look better.

PR #699 is reverted in https://github.com/nushell/reedline/commit/6957b5ab7b98c3f090131e9388c18c1826812314 as it breaks the history traversal. Trying nushell for the first time and personally feeling very uncomfortable at current escaping behavior and hoping it...

> Thank you, but I'm already working on a different fix. OK. Notice your comment at #33185 just after creating this PR. I was excited about my first contribution to...

Thank you very much, really appreciate it!!! Reverted my change and modified the memoized function. I think keeping the memorization is safer? Current fix does not cause performance decline but...

This PR has been open for a while. As @astrale-sharp mentioned, it doesn't change the code and isn't the cause for the failed CI checks. It's straightforward and suits the...