Shixian Li
Shixian Li
A CRLF is allowed in the qrcode, so multiline input of "textarea" is better to show the ability. Pixel offset occurs when the qrcode is too small and dense, so...
It only takes effect when the system clipboard is not available. From issue: https://github.com/vim/vim/issues/13809
### Steps to reproduce 1. Use Moba software to connect to Linux development board by ssh. 2. Open vim and enter ":source $VIMRUNTIME/mswin.vim" 3. I can't use the Ctrl-C /...
原作者的遍历规则是从runoob首页读取二级链接,然后在二级链接中的侧边栏找到三级链接,然后依次下载。 - 由于在某些三级链接下面,仍然存在更多级别的链接,所以部分地址存在失效 - 并且runoob网站的HTML代码排布也有变动了,原来的API访问不了了 - 另外原作者的流式阅读设计,有时候拼合的页面太多了打开起来会很卡 我Fork了本仓库,解决了这些问题,地址为: 我做了一些改进,主要为: - 添加的PDF文件占用了仓库较大的空间,我reset到了提交PDF文件之前的版本 - 采用递归遍历的方法,访问网页文件中的所有属于本站的HTML文件,所以也不存在死链 - 通过 `index.html` 作为网页入口,网页内的所有链接在浏览器内可以点击跳转 - 移除对 `lxml` 库的依赖,使用Python原生库即可完成所有网站网页的下载 如果作者愿意合并的话—— - 目前最后的几次提交都是修改 `requirements.txt` ,这个文件里面只用到了 `lxml` 库,所以我不是很理解,并且产生了大量分支 - 所以希望可以reset到...
I use the command `python -m pyftpdlib -wp 21` to launch the FTP server on a Windows platform with a Chinese locale. However, I found that it does not work...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the Issue Currently, by holding Ctrl and double-clicking on text within...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the Issue In the screenshot, you can see that the font...
**pyftpdlib version:** At latest: 66c89850ffc50e8764502a482df06bbac07b07ef **Test code (from: #625):** ```python import os from pyftpdlib.servers import FTPServer from pyftpdlib.handlers import FTPHandler from pyftpdlib.authorizers import DummyAuthorizer def main(): authorizer = DummyAuthorizer() authorizer.add_anonymous(os.getcwd(),...
**Describe the bug** 当关闭了 `设置` - `通用` - `最小化到系统托盘` 功能时,关闭VNote软件并再次打开,窗口会发生闪烁: **To Reproduce** 见上。 **Expected behavior** 窗口布局没有闪烁,直接显示成最终状态。 **Screenshots** 录屏视频: https://github.com/user-attachments/assets/9c20ff69-7892-4dc2-afc0-1cb3de9306de **Desktop (please complete the following information):** - OS: Windows 11 -...