Zhenbo Li

Results 59 comments of Zhenbo Li

@austin987 WIth your patch, With locale=zh_CN.utf8, I got ``` [Software\\Wine\\Fonts\\Replacements] 1460625544 #time=1d1962eb09e29c2 "\\\\x5b8b\\\\x4f53"="WenQuanYi Micro Hei" "\\\\x65b0\\\\x7d30\\\\x660e\\\\x9ad4"="WenQuanYi Micro Hei" ``` ![zh_CN.utf8](https://cloud.githubusercontent.com/assets/3221521/14523380/f977e84c-0265-11e6-93fe-9f5f54abeacf.png) I also tried `export LC_ALL=ja_JP.UTF-8`, the result is the same...

@austin987 Sorry, I can't reproduce the bug that Richard Yao described on Wine's bugzilla. More precisely, I don't know what he meant by "not fully usable". I can do some...

I added some arguments for launcher, and I hope this docker image can help not only wine users, but also wine developers, as a docker image is quite useful for...

> [](https://forum.winehq.org/viewtopic.php?f=11&t=36839) > > Winehq 网站的管理员似乎倾向于让大家都使用有 CDN 的 HTTPS,并且不建议用户使用 FTP 站点。 可能是 Jeremy Newman 没有理解 TUNA 源的必要性。 > 您能联系上吗?他们好象有个开发者的邮件列表不知道适不适合 > 在 wine-devel 邮件列表发邮件讨论这个问题是很合适的 (https://www.winehq.org/mailman3/postorius/lists/wine-devel.winehq.org/)

> What would be the steps to run? Nothing changed, only need to guarantee that cython has been installed successfully. I used `import pyximport; pyximport.install()`. All the compilation job would...

@chrisking Could you please consider run `pip3 install -e .` instead of `python setup.py install` ? I don't know why, but my dev branch still works fine on my computer...

> I was in the habit of using `/{year}/{month}/{day}/{slug}/` from WordPress and would like to keep my cool URIs. I'm not sure if `/{year}/{month}/{day}/{slug}/` is a good practice, but many...

I have a (a bit OT) suggest: As @ahrm mentioned in https://github.com/ahrm/sioyek/issues/29#issuecomment-915982417 > We also added the ability to import/export your data into a json file by entering the :import...

> > > > No, mupdf does not support `.cbr` because (I assume) unlike zip, RAR is a proprietary file format. You're right, the most used `unrar` is using a...

I hit the same problem today, on a Macbook Pro M1 It's a bit interesting to me: If I open sioyek from the zip file directly, it looks good. However,...