jsh9
jsh9
### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [ ] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice *...
Hello, When I tried to plot hollow markers on the map, the marker is actually filled, not transparent. See this map below:  Below is the code to reproduce this...
Right now, when there are both Yields and Returns sections in the docstring, only the section on the top is parsed. For example, in this docstring: ``` """ Do something...
Hi, I'm the developer of pydoclint, which uses docstring_parser to parse Google-style and Sphinx-style docstrings. In this issue (https://github.com/jsh9/pydoclint/issues/66), we found that docstring_parser encountered an issue if the return type...
* Date you used flake8-return: 5/18/2023 * flake8-return version used, if any: 1.2.0 * Python version, if any: 3.8 * Operating System: macOS ### What I Did For this type...
Hi, I've found that [flake8-length](https://github.com/orsinium-labs/flake8-length) written by @orsinium to be one of my favorite flake8 plugins. I searched the issue pool of ruff and didn't find anyone mentioning it. Thank...
I tried Prettier-java today and saw this formatting result: ```java public void myMethodWithLongName(final boolean myArg1, ...) throws IOException { final String myVariable = "123"; ... ``` This makes the `throws`...
Hi, this may be a dumb question, but I've searched the Spyder documentation and couldn't find any results. I also did a Google search and didn't get satisfactory results. So...
Hi, I'm wondering if there can be support for type checking dataclasses? Currently, when I put `@typeguard.typechecked` on top of a dataclass definition, no checking happens (unless I'm mistaken). Thanks!
Hi, I was trying this package for the first time, and I ran into this issue: ``` RuntimeError: pyexiv2 only supports these Python versions: ['3.5', '3.6', '3.7', '3.8', '3.9'] ....