Huan Li
Huan Li
For example, like this one: We need a getting started screencast for beginners in README.md.
Hi @huan , there is an issue to run: ``` $ npm install --global wechaty@next wechaty-puppet-padlocal $ wechaty gateway \ --puppet wechaty-puppet-padlocal \ --puppet-token padlocal_XXX \ ``` **Error message:** Failed...
Due to the Wechaty v1.x version upgrading, there are many JS codes under the `examples/` directory that can not run out of the box. They need to be fixed. Pull...
## TL;DR: Update Node.js to version 16+ If you saw the following error messages: ```sh SyntaxError: Unexpected token '.' at Loader.moduleStrategy (internal/modules/esm/translators.js:140:18) ``` Then please check the version of your...
If we add `npm install` to `tasks.init`, then the Gitpod loading in the browser will fail.  Do not do `npm install` in `tasks.init` will fix it. ```diff tasks: -...
```sh 08:32:19 INFO PuppetManager install(wechaty-puppet-puppeteer@^0.21.2) done 08:32:50 ERR PuppetPuppeteerBridge start() exception: TimeoutError: Navigation timeout of 30000 ms exceeded 08:32:50 ERR PuppetPuppeteer initBridge() exception: 08:32:50 WARN PuppetPuppeteerBridge stop() page.close() exception: Error:...
Generally speaking, `readthedocs.io` is a Python community service, which means that `https://wechaty.readthedocs.io/` means it's Pythonic. So I'd like to suggest that we can consider to rename `https://python-wechaty.readthedocs.io/` to `https://wechaty.readthedocs.io/`
We need to restore this beautiful Python Wechaty logo back. It seems that the logo was missing when we create our new docs.
When we linting with `pytype`, it's very strange that there are many linting errors in plugin.py: ``` File "/home/runner/work/python-wechaty/python-wechaty/src/wechaty/plugin.py", line 362, in emit_events: No attribute 'on_message' on str [attribute-error] In...
[pyright](https://github.com/microsoft/pyright) is a static python code typing checker written in TypeScript made by Microsoft. It can get some errors that others can not: ``` $ pyright src/ No configuration file...