xinlmain

Results 9 issues of xinlmain

![image](https://user-images.githubusercontent.com/15564617/66994888-9db9bc00-f100-11e9-85ee-46ace44300eb.png)

https://github.com/bells/elasticsearch-analysis-dynamic-synonym/blob/dbe8ebeb6b92d9b403acb76020ea7d64b39abcc8/src/main/java/com/bellszhu/elasticsearch/plugin/synonym/analysis/DynamicSynonymTokenFilterFactory.java#L136 本来是SynonymFilter是final的字段,万一正在查询的时侯在被使用,这时更新线程去update这些字段,不会出问题吗?

见issue https://github.com/xiaolongzuo/personal-blog-webapp/issues/4

当部署环境目录含有空格时,用原来的方法得到的路径把空格给转换成了 “%20”,导致了问题。 见http://blog.csdn.net/renminzdb/article/details/42422151

https://github.com/hailin0/elasticsearch-analysis-dynamic-synonym/blob/dd2482fa9872718ee08a9eeb4664547aba44e3a6/src/main/java/com/hailin0/elasticsearch/index/analysis/DynamicSynonymFilter.java#L428 SynonymFilter的字段设计成final就是不允许它们改动,如果这些字段正在被使用,比如来了一条查询请求,正在解析,这时更新线程过来更新这些字段,不是会出乱子?

token filters are reused, by updating the synonyms at creating won't work.

I'm using custom items in Chrono vertical mode, within it there is an image which size will vary of course. Now how to let each card show it's actual size,...

bug

### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this...

💪 enhancement
🌊 feat:workflow

# Summary Addresses #20147 See also #10982, See also https://github.com/langgenius/dify/pull/19325 The default workflow-run api is very slow on simple tasks, making it unacceptable for real time interactions. The api calls...

📚 documentation
size:XXL
🌊 feat:workflow