Results 5 issues of shuo

```python if room and await room.topic() == "test": replies = ["hello", "world"] for reply in replies: await msg.say(reply) ``` ![image](https://user-images.githubusercontent.com/33530007/121589969-5979de80-c9fd-11eb-80ae-8058ed9f6be0.png) ![image](https://user-images.githubusercontent.com/33530007/121590010-68f92780-c9fd-11eb-9bce-106b4785d359.png) ```log 2021-06-10 15:04:23,896 - Message - INFO - say()...

🐛 bug

![image](https://user-images.githubusercontent.com/33530007/150414020-7c15f155-18c5-472a-a317-8de8e65d5a10.png) > Actually input Should be: actual input.

bug

> Important:Please file the issue follow the template, or we won't help you to solve the problem. ## 1. Versions - What is your wechaty version? Answer: 1.18.7 - Which...

I cannot connect to pad-local when I'm connected to WiFi in my home. When I'm using the hotspot on my iPhone, it suddenly works. Obviously, I cannot use my hotspot...

padlocal

``` Python suggestions = transliterate_word("John", lang_code="ja") print(suggestions) # ['女hん', '女hん', '助hん', '助hん', 'じょhん', 'ジョhン'] ``` The results are no where near the original "John".