Yuer Yang

Results 8 comments of Yuer Yang

I have removed three files that don't make sense but changed while I was editing the two .cpp files. Please don't hesitate to tell me if you need my further...

A pull request has been created. As this is my first time creating a pull request, if you couldn't see it, please tell me. Please only be concerned about the...

I have no access to make a pull request on this issue. Could you mind your obtaining the related access to me?

I have tried it again. It might be seen now. Sorry for taking up for your time.

Is it difficult? Or do you need any help?

> Hi! I tested your PR. I think you also need to replace the `PyDict_GET_SIZE` calls with `PyUnicode_GET_LENGTH`, then it works fine. Thank you for your help. Hi, guys. Is...

I think you can try to serialize the elements first before passing them, and then deserialize after receiving. Serialize: ``` bytesString = group.serialize(element) ``` Deserialize: ``` element = group.deserialize(bytesString) ```

我今晚想把 localhost 代理配置镜像到 WSL 中以更快地克隆 GitHub 项目,跟着[网络上的教程](https://learn.microsoft.com/en-us/answers/questions/1425728/wsl-localhost-wsl-nat-wsl-localhost)走也遇到了这个问题,后面执行了 ``wsl --shutdown`` 和 ``wsl --update`` 后启动 ``wsl`` 还是不行,随后把 ``%USERPROFILE%\.wslconfig`` 从 ``` [experimental] autoMemoryReclaim=gradual networkingMode=mirrored dnsTunneling=true firewall=true autoProxy=true ``` 改为 ``` [wsl2] firewall=false networkingMode=Mirrored...