Christian Buhtz

Results 328 issues of Christian Buhtz

I don't know in which PEP or somewhere else this is specified but it works well except with pydoctor. It would be great if pydoctor would be enhanced that way...

Your current folder structure looks like this ``` orgparse ├── doc │   ├── ... │   └── source │   └── ... ├── ... ├── orgparse │   ├── date.py │   ├── extra.py...

Here we are. I will give details about the improvements and arguments for them in direct code comments. # Intention My intention was a "bug" I haven't reported in an...

While writing a long Issue text about why `unittest` isn't running I found out that you use `pytest`. Please offer information's like this in your README or in separate `CONTRIBUTE.md`....

https://github.com/karlicoss/orgparse/blob/36b31d8151e45ac6701822864816b48446d3dcad/orgparse/__init__.py#L135 I am preparing a little bugfix but stumbled across this line where you use `codecs.open()` instead of `builtin.open()` or `pathlib.Path.open()`. From your current point of view: Is there a...

Your (?) project site on PyPi still talks about "pep257" instead of "pycodestyle". https://pypi.org/project/pep257/ If "pep257" is outdated it should be stated on that project site.

### Pre-submission Checks - [X] I [checked for similar issues](https://github.com/owncloud/client/issues?q=), but could not find any. I also checked the closed issues. I could not contribute additional information to any existing...

This is about Geany 1.38 on Windows 10. When set bookmarks (Ctrl+M) in a file and then duplicate the view of that file in a second window the bookmarks are...

enhancement

Please see https://lazka.github.io/pgi-docs/#GLib-2.0/functions.html#GLib.timeout_add where the signature is `GLib.timeout_add(priority, interval, function, *data)` But this is wrong. `help()` tells me `timeout_add(interval, function, *user_data, **kwargs)` How is the API Ref generated? Isn't it...

bug

See [](https://lazka.github.io/pgi-docs/Gtk-3.0/classes/TreeView.html#Gtk.TreeView.do_unselect_all) `Gtk.TreeView.do_unselect_all() without arguments` has no arguments there. But when calling it in my code I see > self.do_unselect_all() > TypeError: Gtk.TreeView.unselect_all() takes exactly 1 argument (0 given) >

enhancement