Shixian Li

Results 22 comments of Shixian Li

I recently fixed a similar problem. I haven't repeat your bug. Check if the statement that references the JS file is "" or "qrcode.min.js". Maybe it is "src="http://static.runoob.com/assets/qrcode/qrcode.min.js" or something...

I'm also wondering if this is an active project? it seems like it hasn't been updated for a long time, does it still accept pull requests?

@chrisbra Sorry, I forgot to check the messages recently. ---- > Change it to `has("clipboard_working")` But why is "clipboard_working"? I looked at "feature-list", but only saw "clicpboard", and there is...

@chrisbra I got it, I will make the change. I'm on vacation now and my computer is not with me. I'll change it later.

And I an already fixed this bug: https://github.com/vim/vim/commit/1d9f46bfb718c0e67a77a06138df412ad462f820 Can I pull request into master?

> You can create a pull request, but using the unnamed register is something very different then using the (system) wide clipboard. Yes, so it only takes effect when the...

我用的是mingw-8.1.0编译,可以在这里下载: 我选择的是[x86_64-posix-sjlj](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/sjlj/x86_64-8.1.0-release-posix-sjlj-rt_v6-rev0.7z),但是其他有几个也是可以编译的,你可以都试试。 另外楼上说的编译参数`-m32 -s -static`和`upx`,都是可以去掉的,影响的是文件体积和跨平台能力,但是可以编译并运行。

另外,这里提供了编译之后的版本,支持32/64位系统,支持Windows XP,如有需要可以直接下载: 最近更新修复了能直接读取UTF-16格式的文件。

> This happens because pyftpdlib uses UTF-8 by default, and it currently does not give the ability to change the encoding to something different. A long time has gone by,...

To @giampaolo : I noticed that you are the author of pyftpdlib, and I want to express my gratitude for your contributions. The library is already very good, but if...