sunkunxi

Results 19 comments of sunkunxi

In my opinion, we can just compute the accuracy based on the correct letters. We can get info about the correct letters in test_LPRNet.py file.

3 (感觉除了发送心跳是最频繁的外,别的功能对异步需求不高?

我自己写了个nacos的sdk,满足了v2版本nacos,但是仅包含一些基础功能。 v2版本nacos的开放接口里用了grpc(比如监听设置的更改) (观望中👀

> > > group_name字段是add_naming_instance方法的一个参数啊,直接传进去就行了。 另外想问一下:你们用的是2.X版本的nacos吗,这个SDK不支持2.X > > > > > > 这个功能应该支持2.X版本的吧,我看nacos的openapi文档是兼容1.x的 > > nacos的openapi文档说的是nacos本身是支持他自己的1.x的接口的,但是python的SDK现在没有支持2.X的版本 考不考虑我们自己更新一套兼容2.X版本的

Hi @tiangolo, Any changce we could get this PR merged soon? We would love to see it go live!

Any know how to fix the lint check? It seems to be caused by code not included in my PR. ![image](https://github.com/user-attachments/assets/f1055774-4526-460c-bd15-efe5a5d4807a)

@svlandeg Hi! Any ideas about what's going on in the Github action tests? I saw they are failed in some other new PR.

> @KunxiSun: Yes - those are unrelated to your PR. We're looking into it [here](https://github.com/fastapi/sqlmodel/pull/1340). Thanks to let me know

> @KunxiSun, thanks for your interest and efforts! > > I think this feature is quite useful. There seems to be no simple solution to configure int enums this way...