Robsdedude

Results 40 issues of Robsdedude

Made a PR from sakkada's diff. Hoping you'd be willing to click the merge button to make you a little work as possible and still making my life much easier....

Constructor annotations were not properly detected in autodoc when `autodoc_typehints` was `'description'` or `'both'`. ### Feature or Bugfix - Bugfix ### Relates - https://github.com/sphinx-doc/sphinx/issues/10605

Hi. I suggest to add the current version of the lib to the comment on top of it. This makes it easier to debug applications that just use `wordcloud2.js`. Many...

Hi I'm running v2.8. When I install a radom set of themes and exit with `start` > 'Exit CHMM2' the program crashes. It hangs with touchscreen fully red and upper...

Exceptions raised during some cleanup steps in `session.close` could have left the session in an unclean state. In particular, the session wouldn't be marked as closed. Moreover, errors encountered when...

Exceptions raised during some cleanup steps in `session.close` could have left the session in an unclean state. In particular, the session wouldn't be marked as closed. Moreover, errors encountered when...

```python from a import b ``` as well as ```python # comment from a import b ``` if run with `lines_before_imports = 2` they should result in ```python from a...

When checking if a file got altered, leading and trailing white space is infact relevant. Especially considering the existence of config options like `lines_before_imports` and `lines_after_imports`.

The config option `lines_before_import` was ignored if the file only contained imports + optionally a leading comment.

Respective test introduced in https://github.com/neo4j-drivers/testkit/pull/522