kazaff

Results 19 comments of kazaff

oh, i forgot. i like your project very much~~

嗯,我这边本地测试环境版本是6.5.1,确实依然存在该问题~ 只能将`"ignore_pinyin_offset": true`才行~

char_filter阶段就做完转换了吧,所以在tokenizer阶段你直接配置成ik不可以了吗?

you can try this: https://www.shuzhiduo.com/A/Vx5M0xAmJN/

> This is because this module ships as native modules and the React ecoystem is some what legacy in this respect, > > I've got a PR to try to...

恩,确实是我眼疾没看清楚啊,sorry @flike

@chenshiyang2015 ``` sudo ./mysql-proxyd test start ``` 有个'd'.........

Can't believe this problom is still existing. How can I verify the sns message by spring-cloud-aws-sns? Does anyone solve this issue?

> Three years on and I'm still using V1 as in my original comment. If you want to provide a migration path off using SnsMessageManager instead of migrating it to...

> ```scala > private val messageManager = new SnsMessageManager(Regions.EU_WEST_1.getName) > > def parseMessage(messageBody: InputStream): Try[Unit] = Try(messageManager.parseMessage(messageBody)) > ``` > > Takes care of everything for you 🤷🏻 - this...