xuxu's code

Results 31 comments of xuxu's code

for example: ``` %1$s is required Username Email @NotEmpty(messageResId = R.string.required, messageArgResId = R.string.label_name) private EditText mNameView; @NotEmpty(messageResId = R.string.required, messageArgResId = R.string.label_email) private EditText mEmailView; ```

Try the latest alpha version `npm install nodegit@next`

See https://github.com/expressjs/express/issues/2755#issuecomment-382499774 for the 5.0 version support: ![image](https://user-images.githubusercontent.com/8274162/82154222-f15ed480-989e-11ea-992b-97584c0d6cf3.png)

Got it, I misunderstood it before, I thought we just need to support LTS at that time.

配置 stopWordDictionaryPath 为 [stopwords_hanlp.txt](https://github.com/hankcs/HanLP/blob/master/data/dictionary/stopwords.txt) 之后,只能过滤掉一个空格,如果连续两个空格就会出现 `[2020]`, 配置如下: ```xml ``` 错误结果如图,中间出现`[2020]`,请问 “[2020]” 是什么字符? ![hanlp_stopwords](https://user-images.githubusercontent.com/8274162/34414570-1199f384-ec25-11e7-82c7-15f4acfe83f2.png) 尝试通过 `solr.StopFilterFactory` filter 来过滤字符,但是问题依旧,`[20]`或`[2020]`都过滤不了,配置如下: ```xml ``` 最终导致“空格”成为索引最多的字符: ![hanlp_stopwords_term](https://user-images.githubusercontent.com/8274162/34414788-2a71fe00-ec26-11e7-9c3f-35d00366ba4f.png)

集成的过程中遇到了点问题: 有些图片太大,比如hudson_background.png有1.7M, 所有的nodpi图片将近10M,能不能缩小?缩小后效果是不是影响很大?

新版Instagram (比如6.12.2)使用pkm格式来压缩大的png文件:assets/filters/hudson/blowout.pkm,文件大小一下子从原来的1.7M降为524K,效果很明显。这个库能否增加对pkm的支持?

遇到同样的问题,trigger 为 "contextMenu",连续两次右键点击时,第二次没有展示菜单,而是让第一次的菜单消失。