Zhao KeFei

Results 6 comments of Zhao KeFei

这个问题出在配置文件路径没有给对,通过`self.config = constant.WECHAT_CONFIG_FILE`获取文件路径,可以看出默认的路径为`WECHAT_CONFIG_FILE='config/wechat.conf'`;而实际给定的文件名为'wechat.conf.bak',因此需要修改在那个路径名。

Hello, this is the minimal reproducible code from my local test run. I've preliminarily determined that the issue is caused by the send_multipart method of zeromq sockets being non-thread-safe. It...

@fabawi It's really great, after I pass the test, I will provide a PR with examples, thank you for your quick response.

Is there a timeline for supporting this feature? Multi-hardware compatibility would provide more options.

Hi! @sshum00 Have you solved this problem yet? I also encountered the same problem

According to the documentation, this can be done ``` class HouseIndex(DocType): house_type = fields.ObjectField(properties={ 'name': fields.StringField() }) people = fields.NestedField(properties={ 'name': fields.StringField() }) ```