吳東曄 Wu, Dung-Ie

Results 26 comments of 吳東曄 Wu, Dung-Ie

Bottender didn't get profiles from platform automatically now. If you want to get profile from the use, use `context.getProfile()` explicitly. https://bottender.js.org/docs/en/api-line-context#profile-api---official-docshttpsdeveloperslinemeendocsmessaging-apireferenceget-profile https://developers.line.biz/en/reference/messaging-api/#get-profile

https://github.com/Yoctol/bottender/releases/tag/v1.0.0 > [breaking] rename `skipProfile` to `skipLegacyProfile`, and set to true by default This was a breaking change introduced in `v1.0.0`. Bottender before v1 will automatically get profile and put...

Hi @seunghwako I guess you can customize the plugin icon location through Facebook tools or using API calls. Check https://developers.facebook.com/docs/messenger-platform/discovery/facebook-chat-plugin/customization for instructions.

Have you whitelisted your domain in your Facebook app following the official doc (https://developers.facebook.com/docs/messenger-platform/discovery/facebook-chat-plugin/#whitelist-the-domain-of-your-website)?

1. install python https://www.python.org/downloads/ 2. `pip install kube-shell` in powershell or cmd or whatever terminal 3. make sure your python installation path is in PATH (like `C:\python35\Scripts`) 4. `kube-shell`

what if simply go to `\AppData\Local\hain\app-{version}` in explorer then right click on `hain.exe`? I've seen run as admin option in the right click menu poped up.

maybe we can achieve this by using the CLI it provides. https://www.voidtools.com/support/everything/command_line_interface/

〈如何才有資格稱為資深工程師〉的網址好像換了,現在是 https://jaceju.net/be-a-senior-engineer/ ,文章中的點下去會 404

Hi @Kulturserver , I also faced this problem but I found in #1719 that adding `multi_accept on` can fix the problem if you are using `worker_processes auto;` or anything not...