Yongwen Zhuang

Results 9 comments of Yongwen Zhuang

字符串全是str类型,可以使用 `str.encode('gbk', errors='ignore')`

Sorry, it's because of lintcode plugin.....All work well after I disable that plugin. ~~Can login, but can't get a session.~~ ```bash mickir@matrixlib [19:57:56] [~/src/leetcode] [master] -> % leetcode user -l...

error.msg is " This image has been blocked, please contact webmaster for more information." Maybe it is because of that the image filename is not set or banned.

空格分割这个找到一个解决方法。 修改 `luna_pinyin.custom.yaml`添加 `"speller/delimiter": "'"`。可以换成单引号分割。但是不能没有分隔符。

1. 禁用自动造句,效果是怎样的呢?(感觉我的配置没生效?)不过影响不大。就这样吧。 ![image](https://user-images.githubusercontent.com/9934258/60757082-8f0b3580-a038-11e9-835d-61fe0df72ea2.png) 2. 还是认为huahua->huahu'a->huah'u'a这种分割逻辑比较不符合直觉,不过试了下TAB用起来挺舒服的。 3. 解决了。 (另外还有一点小问题,能不能关掉 ![image](https://user-images.githubusercontent.com/9934258/60758991-7ad33280-a050-11e9-8b19-957d5bf5a54b.png)这个提示啊?我不需要它提示我。

Windows实现彩色emoji,需要使用DirectWrite渲染。(用chrome测试过,开启DW是彩色,关闭DW是黑白)

> 看了下存档的流程没有变,可能是确实有一个超长的函数。有问题的存档发上来看看 旧存档已经删了。。。看看会不会再出现了吧。(我开了清理mod,清理级别开到了最大,也许不会有问题了

@xCss 当初是为啥决定把AV.init放到内部的?

Similar issue here. The pic is a `xt::xarray` ```cpp auto&& patch = xt::view(pic, xt::range(i, i + tile_height), xt::range(j, j + tile_width)); ``` The follow code is correct. ```cpp // Code1...