Results 16 issues of Yuan Gao

I am wondering how does wechaty-puppet-serivce server register its host address? Is it possible that we can manually change the host address to a private ip address? So the client...

feature request

Refer to this https://stackoverflow.com/questions/21771220/error-handling-with-node-js-streams Seems like the error event in the stream will not be piped along, so we need to find out a way of handling such errors elegantly....

I've observed this weird log today, the grpc server failed to start itself since the address has been bind. Let's keep an eye on this problem. ```log 13:12:20 VERB Wechaty...

I am wondering what's the best way to test and develop wechaty-puppet-hostie locally? Currently I have to start a server in cloud and connect it from local, then modify each...

question

My code is exactly the same as the example ```javascript import Authenticator from 'openai-token' const auth = new Authenticator('valid-email', 'valid-password') await auth.begin() const token = await auth.getAccessToken() console.log(token) ``` There...

### What I did: On my MBP, M1 Max ```bash docker pull savatar101/omniparse:0.1 docker run -p 8000:8000 savatar101/omniparse:0.1 ``` Then I got the below output: ```bash ========== == CUDA ==...

enhancement
help wanted