Doug Davis
Doug Davis
This has been fun to read (along with https://github.com/dask/dask/pull/7948/). I'm really interested in helping in the effort. w.r.t. consensus on a path forward: do you mean having an answer to...
> In particular, I expect @rjzamora to focus his work on Dask Dataframe (due to the RAPIDS connection) but probably not invest as much effort in Dask array. Yea I've...
CI failure unrelated
@ian-r-rose thanks for taking a look!
Thanks, @ian-r-rose! This does some seem like quite the tough case for mypy 😛 with your diff I'm seeing this error from mypy (version: `mypy 0.971 (compiled: yes)`) if I...
Thomas Hisch ***@***.***> writes: > What is your stance about supporting font-locking of numpydoc keywords > docstrings (similar to the code in > https://github.com/glyph/python-docstring-mode/blob/master/python-docstring.el)? > Do you think that it...
Ah I see, thanks for the explanation. I personally prefer a hard visual separation between code and docstrings in my Emacs buffers, but I'd be happy to support this inside...
> Thanks for this fantastic package. I will definitely use this. Great! > Some times I have a "return" in my function but only write it as > `def f(a,...
I've added a new option to always insert a Returns block in #11 I'll leave this open since that was only part of the issue.
I'd welcome any PR that adds support for classes! I can give it a try but there are no guarantees that I'll find any consistent time to work on it...