Tim-Oliver Husser

Results 4 issues of Tim-Oliver Husser

Couldn't find a previous issue about this, so here it is. With astroplan 0.8 and numpy 1.21.3 I get the following deprecation warning: ``` 2021-12-13 14:42:29,958 [WARNING] warnings.py:109 /usr/local/lib/python3.9/dist-packages/astroplan/scheduling.py:766: DeprecationWarning:...

Am I missing something or is it not possible to decorate async methods with `@method`? The `wrapped` method here is not marked `async`: https://github.com/altdesktop/python-dbus-next/blob/master/dbus_next/service.py#L90 Should be easy to check, whether...

The @method decorator in dbus-python has a sender_keyword parameter to retrieve the name of the sender. Is there any way to do this in python-dbus-next? Can't find any... However, it...