sobolevn

Results 1343 comments of sobolevn

@miyakogi any chance to get a new release? This component is the only reason we are still using sphinx 2.

This is needed.

Thanks a lot for the detailed response! > I think the wording is correct, in that it explicitly states that the argument "name" refers to a function name, and not...

> Can annotations be added to function docstrings instead of being appended as EOL comments? The best we can do is: ```python def embezzle(self, account, funds=1000000, *fake_receipts): # type: (str,...

> If we stick with option 3), do .pyi files have to live in the same dir of the .py file? We can store them separately in `psutil-stubs` top-level folder....

Great project! Do you need any help with it?

@lwm I have some very-very dirty implementation of `Queryset` that is not yet released: https://github.com/wemake-services/mypy-django-queryset Please, invite me to collaborate!

@kyzia551 have you found any solution? @pi0 docs still do not cover testing at all. I can improve them after I will get over this problem.

I came up with this solution: https://github.com/wemake-services/wemake-vue-template/blob/feature-nuxt/template/tests/unit/pages/index.spec.js#L55 ```js import axios from 'axios' import MockAdapter from 'axios-mock-adapter' it('should load new comments on actions', async () => { expect.assertions(3) const wrapper =...