kk

Results 128 comments of kk

Hi, I can not reproduce your problem, the plugin works as expected(comment with `'#'`). Can you provide more details(eg: OS version, vscode version and plugin version, and/or screenshot)?

I use the same version with you, but still can't reproduce. What's your OS version? Do you install other plugins about cython?

validr 1.x 版本和 flask-restaction 不兼容,需要使用旧版本 `pip install 'validr==0.14.1'`

可以复现,这个是类型定义 https://github.com/guyskk/hami-vuex/blob/main/src/index.d.ts

I getting errors: ``` Python Exception There is no member named str. Python Exception There is no member named ma_table. ``` After change `heap/cpython.py:L280` from `m_str = int(self.field('str'))` to `m_str...

Thank you very much for your kindness! You were the first person who donate to my open source works! But I don't have account which can receive US dollars, thanks...

@zcf0508 提了一点comments,很不错 👍

shell `mongo -ppasswd -u dev remoteip:28017/admin` success, but add server `dev:passwd@remoteip:28017/admin` failed, errors `Authentication error: Failed to authenticate user 'dev' on db 'admin'`. MongoDB version `3.4.3`, genghisapp version: ``` 'genghisapp'...

Call `Session.close()` and `Response.close()` can avoid the memory leak. And ssl will consume more memory so the memory leak will more remarkable when request https urls. First I make 4...