Simon Liang
Simon Liang
@kumarangithub6485 by the way, I have just updated to 0.1.1 which you will see the completion come in line by line! Let me know if you have time to try...
@renanmb Hey I noticed in the server logs you provided, the server endpoint returns 404. You may need to restart the jupyter lab server after installing the plugin. The plugin...
@matteoferla Since it is an open source project, I am happy to accept pull requests that updates the default value, amongst other issues too (such as properly setting up the...
We would like to give this a try. We are currently using loopback v4 on a project and would love to expose a set of streaming gRPC endpoints for real-time...
#32 now contains the streaming changes.
I kinda went ahead and worked on the streaming calls generation. I am using the gRPC types, which they extend from the NodeJS's `Readable`, `Writeable` and `Duplex` streams. Should work...
https://github.com/wechaty/wechaty-puppet-hostie/blob/master/src/client/recover%24.ts#L62 These ones feels to me `throttle` might make more sense, because `debounce` delays the firing timing, while throttle is more fixed, feels more reliable. https://rxjs-dev.firebaseapp.com/api/operators/throttle https://rxjs-dev.firebaseapp.com/api/operators/debounce But I think...
> Thanks for your suggestion! > > What we are trying to archive, is a reconnect & recovery function, to be able to reset our puppet when there's no heartbeat...
It might be better to provide hooks / APIs to have consumers decide how to persist (db of choice etc) so it keeps Wechaty lightweight.
@neilbaylor Thanks Neil! Looking forward to your PRs!