Shinya Ohyanagi
Shinya Ohyanagi
## Description This PR is re-challenge of https://github.com/encode/django-rest-framework/pull/7447 I introduced [inflection](https://inflection.readthedocs.io/en/latest/#inflection.pluralize) library to pluralize appropriately. It would be very grateful to review this 😊 Thank you.
Hi. Using Python3.10 match case raise exception. Version: yapf-0.31.0 ```python def http_error(status): match status: case _: return "" ``` ``` Traceback (most recent call last): File "tmp/.venv/lib/python3.10/site-packages/yapf/yapflib/pytree_utils.py", line 115, in...
Hi! I just updated parsy to 1.3.0 for following message raised. ``` The conflict is caused by: curlylint 0.13.0 depends on parsy==1.1.0 The user requested (constraint) parsy==1.3.0 ```
Hi, Thank you for creating nice library. I Just add Python3.9 😉
Hi, first of all thank you for creating awesome library. I'm useing parso in my library. Python3.12 has big change at grammer. https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-pep695 parso does not support PEP 695: Type...
* Date you used flake8-return: 2022-10-31 * flake8-return version used, if any: 1.2.0 * Python version, if any: Python 3.10.6 * Operating System: macOS ### Description Invalid error reported for...
Hello. When I popup completion menu and select item, completion documentation is showed. Then I hit ``, completion menu were disposed, but completion documentation still remains. https://user-images.githubusercontent.com/56591/227271775-3f277253-3372-47a4-bc6d-032878f3fe6c.mp4 ```vim call plug#begin()...
- [ ] implement override feature - [ ] add class attirbutes to class docs (ref https://github.com/heavenshell/vim-pydocstring/issues/139) - [ ] Search pyproject.toml, setup.cfg upward (ref #139 )
Hi, I like this library. But, when I ran at MacOSX following error messages were raised. ``` EXECUTING: make linux cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make linux /Applications/Xcode.app/Contents/Developer/usr/bin/make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl...
Gyazo の添付ファイルの mime-type を判別したい。 現状 png なのか、gif なのかがわからないので、画面上に表示できない。 https://vim-jp.org/slacklog/CQ57P4XU4/2020/03/index.html#ts-1585396700.088700 取得した JSON から判別つけるのなら、見えるパス正しく入れて欲しい。 取れないのなら FallbackURL だけを表示します。 以下現状 MessageAttachment に入っている値。 |name |value | |:--------------|:---------------------------------------------------| |ServiceName |Gyazo | |AuthorIcon | | |AuthorName |...