WinChua

Results 8 issues of WinChua

Fixes #731 ### Motivation As the #731 has show, some msg maybe sent after the reconnection of the producer, no mater the msg has been sent or not, which will...

https://github.com/apache/pulsar-client-go/blob/965045aa0d2c077826f64d0b88a5d5e55d9d50c4/pulsar/producer_partition.go#L272 After the reconnection of the producer, the msg in the pendingQueue will be resend. But not every msg in pendingQueue hasn't send to broker, the resend logic here seems...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Add method PhysicalAddr() to interface [Producer](https://github.com/apache/pulsar-client-go/blob/master/pulsar/producer.go#L174) and interface [Consumer](https://github.com/apache/pulsar-client-go/blob/master/pulsar/consumer.go#L188) which exposes the broker address...

Add an example which contains all the grammar inside it.

https://github.com/chenchongthu/DeepCoNN/blob/67ddbb7bf9de8419e40d4068f789f75873864c2e/model/DeepCoNN.py#L30-L33 https://github.com/chenchongthu/DeepCoNN/blob/67ddbb7bf9de8419e40d4068f789f75873864c2e/model/DeepCoNN.py#L37-L40 你好, 你的实现中针对user,item使用了不同的lookup 矩阵,也就是说,同一个单词在user中对应的词向量,跟item中对应的词向量是不一样的; 这似乎有点说不通。

By reading the README.md, I get the message that command 'wemux users' will output the users connecting to the server now. Something like: ```bash $ wemux users Users connected to...

In my use case, i would like to reuse some dataclasses as the field of another dataclasses, here is my code: ```python @DataclassStruct @dataclasses.dataclass class A(DataclassMixin): a : int =...

我想要在插件的reqRead中通过http请求解码body,但是发起请求的时候总是报错 ``` get err Error: Client network socket disconnected before secure TLS connection was established at TLSSocket.onConnectEnd (node:_tls_wrap:1732:19) at TLSSocket.emit (node:events:532:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'ECONNRESET',...