Herbert Lu

Results 19 comments of Herbert Lu

@hellracer In src/main/java/com/bellszhu/elasticsearch/plugin/synonym/analysis/DynamicSynonymTokenFilterFactory.java, you can just modify line 147 to support with Elasticsearch 7.5.0, like below: `return new CustomAnalyzer(tokenizer, charFilters.toArray(new CharFilterFactory[0])`

@royalll 目前是什么状态,请问这个问题解决了吗

@rynmccrmck Thanks for the PR, disposable domains data will be confirmed in the near future, I will also track whether the source repo will be updated, if the data is...

Thanks @Dean103 , I am the author of [email-verfier](https://github.com/AfterShip/email-verifier). As you mentioned above, the two repositories actually have some overlapping features. checkmail is actually a very good project, simple and...

@sfreiberg Yes, I had this problem too. Can this library include TWiML messages, although I use [the official library](https://github.com/twilio/twilio-go), but it is not as good as this library.

Hi @stephennancekivell , Thank you for your issue, we will investigate if there is a way to improve this part of the function, if you have good suggestions or PR,...

@rynmccrmck Thank you for following up on this issue, I double checked your PR and it seems that the data source you provided is not widely recognized. In order to...

@eos175 I see that `make lint` in your PR didn't pass, can you please check it again? you can do it in email-verifier root path directly, Thanks.