NickWang
NickWang
A lot IMs has quote messages or something like that, e.g. QQ, wechat, wecom, whatsapp and meta messenger, even github! So it would be great for Wechaty to support that....
Even though we have Post for messages with multiple sayables, we found that it's not enough. Channel message is not just a title text, a image cover and a video...
#2394
In the original json-rpc-peer declaration file (https://github.com/JsCommunity/json-rpc-peer/blob/master/index.d.ts), we can see that class `Peer` is exported as default export. But in wechaty(https://github.com/wechaty/wechaty/blob/main/src/io-peer/json-rpc-peer.d.ts), the last line is missing. Consider these lines: https://github.com/wechaty/wechaty/blob/4ed646d1fecdfca033f22749d0593bda3ae4872f/src/io-peer/io-peer.ts#L2...
https://github.com/wechaty/wechaty/blob/4ed646d1fecdfca033f22749d0593bda3ae4872f/src/wechaty-mixins/puppet-mixin.ts#L439 When we handle a roomMember dirty event, the payload is the room's id, not the contact's id. This judgement came from here: https://github.com/wechaty/wechaty/blob/4ed646d1fecdfca033f22749d0593bda3ae4872f/src/user-modules/room.ts#L300-L304 So we should handle this dirty...
https://github.com/wechaty/wechaty/blob/b3589083e00895d1de9b5e2ecb6f2b5631bc158a/src/wechaty-mixins/puppet-mixin.ts#L81-L109 As we talked before, we should use a bot-level retry method to handle situations when puppet-server is not ready yet. However since the start() procedure will not be interrupted...
我记得有一种Pac-Manc吃豆子样式的载入动画,请问那种能用纯css实现吗?
#201
In this issue, https://github.com/wechaty/puppet/issues/184, we discussed that we should not call puppet.logout() in puppet.stop(). That works well, however recently when studying logs about puppet resetting, we found that after reseting...
https://github.com/wechaty/wechaty/issues/2394 I can continue working on wechaty pr and test afther this one accepted.