Fabian Affolter

Results 253 issues of Fabian Affolter

Just a couple of changes related to #8 to get the upload working. Sorry, I'm not a ThingSpeak expert. - Make `id` optional as it's not needed for updates -...

For Home Assistant we have a integration which is using this module (see [1] for details). It looks like that there is an issue with the keys and the data...

According to https://uptimerobot.com/apiv1 the version 1 of the API was retired on 1 Jan 2017.

`aenum` is pinned to [3.1.11](https://github.com/okta/okta-sdk-python/blob/master/setup.py#L46). This is an [issue](https://github.com/NixOS/nixpkgs/pull/251803) for distributions which are shipping `okta` as there is usually only one release of each module available and it's highly unlikely...

During an [update for NixOS](https://github.com/NixOS/nixpkgs/pull/107982) a reviewer mentioned that the scripts have extensions (`.py`). It would be to ship the scripts without extensions as they are usually going into `usr/bin`....

wait4feedback

It would be very helpful if you could tag releases. This would enable distributions to fetch the source from GitHub instead of PyPI. Thanks

`tweepy-4.x` was released a while [back](https://github.com/tweepy/tweepy/releases). Unfortunately is updating not as simple as bumping the dependency. ```bash ImportError while loading conftest '/build/source/test/conftest.py'. test/conftest.py:10: in from ioccheck.iocs import IP, Hash ioccheck/iocs/__init__.py:5:...

Currently there is no license statement. Could you please add a `LICENSE` file that contains the license text. Thanks.

This PR makes the example running with Python3.

``` setuptools 50.3.1.post0 (/..0.3.1/lib/python3.8/site-packages) Traceback (most recent call last): File "nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 88, in setup_requires=SETUP_REQUIRES + (zfg.SETUP_REQUIRES or []),...