Feng Yu

Results 225 comments of Feng Yu

Maybe you can use `cygpath -m` to mix path both for windows and posix

I solved by myself, just solve the path for posix, and windows git could also works very well(Use git for windows `cmd/git`). Here is my sample: `.git/hooks/pre-commit`: ```bash #!/bin/sh -e...

I don't know if my issue is related to this issue. I use ava with c8. When I use node 18, it's working, but when I upgrade to node 20,...

记得不是已经有这种软件了么?我以前好像就用过,忘了是不是imagemagic了

我目前用的就是Manjaro KDE桌面,你这个问题有点怪,我这边无法重现,能否开个虚拟机再验证下?这些依赖都是对照着deepin-wine5-i386的deb包一个个手写上去的,我这边使用了很久也没这个问题。

那应该不是这个包的问题,应该是其他的影响

deepin-udis86应该是转为deepin-wine兼容打过某种补丁,所以配合deepin-wine使用的话尽可能保证这个兼容性。官方的udis86不确定是否有兼容性隐患,所以暂时不管了。 PS: 我记得当初deepin-udis86一直在archlinuxcn仓库存在来着,所以一直没动过,不知道什么时候archlinuxcn仓库也移除了

Did this issue fix for now? I'm facing the same issue. I'm using the latest phantomjs(as of `2.1.1`), yslow from http://yslow.org/yslow-phantomjs-3.1.8.zip, and raise an error: ``` TypeError: undefined is not...

@soulgalore Thanks, it works. But do you know how to use yslow for login pages ? I know phantomjs can work as a real browser, but I don't know how...