Yachen Mao

Results 12 comments of Yachen Mao

https://github.com/MongoEngine/mongoengine/blob/96802599045432274481b4ed9fcc4fad4ce5f89b/mongoengine/context_managers.py#L137-L141 returned value `self.cls` suppress the exception. if i remove the return statement, rerun the test: ![image](https://user-images.githubusercontent.com/38179369/115761299-c943f380-a3d4-11eb-8ae8-6aad8bfe74c7.png) the pytest shows that `Group._fields["members"]._auto_dereference` is actually False. This is because the `Group`...

`rg` is `ripgrep` similar to `grep` command. It support mutiline search. If pipdeptree can do this in a direct way, it will be more convenient😊. **pipdeptree is a awsome tool!**

Sometimes I want to get the specific packages I installed, and I can safely delete the packages listed by leaves.

this will list installed packages that are not dependencies of another installed package: (use ripgrep & sed) ```bash pipdeptree --r -a | rg -U "^[^ ].*\n[^ ].*\n" | sed -n...

这个什么时候可以merge?

workflow已经修改好,data.json也放到secrets里储存了。

@Kobe972 我这边好像把showCode设为0,把LT放空,也是登录不进去

破案了。。。 https://github.com/xbb1973/USTC-ncov-AutoReport/blob/cb82b6432e68f55948559b3dc7c72df1a6402b18/report.py#L80-L92 我的不能登录是因为service后面传的是http,应该是https。

USTC 可以绕过验证码登陆,所以现在不需要使用验证码识别了 > 2022年2月25日 下午5:08,lcqadmin ***@***.***> 写道: > > > 打卡能力的登录过程中添加了验证码认证,使用Google's Tesseract-OCR Engine识别验证码登录。安装 Tesseract 使用,我对 github 操作进行安装时,应该还需要在操作的工作流程中添加 Tesseract 的步骤。 > 验证码如何识别? > > — > Reply to this email directly,...

Is this feature in the plan? @Eugeny