Fabian Affolter

Results 241 issues of Fabian Affolter

For packing `isf` for distribution it would easier if there are source tarballs available. Can you please create one? Thanks,

The tests are not passing. ```bash ============================= test session starts ============================== platform linux -- Python 3.8.9, pytest-6.2.3, py-1.10.0, pluggy-0.13.1 -- /nix/store/q6gfck5czr67090pwm53xrdyhpg6bx67-python3-3.8.9/bin/python3.8 cachedir: .pytest_cache rootdir: /build/source, configfile: setup.cfg plugins: asyncio-0.14.0 collected...

`nose` was not maintained in the last five years. Fedora is dropping that package which means that all packages which depends on `nose` can no longer be build. I guess...

`argparse` is a standard lib.

Please remove the shebang from all files which don't need it. For the Fedora package I have to: ```bash sed -i -e '/^#!\//, 1d' androwarn/{__init__.py,androwarn.py,warn/*/*.py,warn/*/*/*.py} ```

Can you please adjust the file permissions? Most files don't need the executable bit set.

The source for API documentation is located in the [main repo](https://github.com/home-assistant/home-assistant/tree/dev/docs). Suggestion to move it and make it available at developers.home-assistant.

It would be very helpful if you could tag a release. This would enable distributions ti easier follow the changes and make it more transparent for the users. Thanks

enhancement

Fixes #67