spacemanspiff2007

Results 53 issues of spacemanspiff2007

Currently ``userdata`` (especially ``userdata/etc``) holds configuration information. When deleting everything inside of ``userdata`` to create a fresh installation openhab will crash. This is highly unintuitive because one would expect that...

This is the first attempt to reproduce issue #780 with a test case

When searching for different python time libraries there still countless articles popping up who suggest that especially pendulum has a huge speed advantage over arrow. While these might have been...

enhancement
documentation

I have put the ```pytest_benchmark_generate_commit_info``` conftest.py and properly return an ``id`` as per the example. However the generated ```.json``` is still in the format ```Windows-CPython-3.8-64bit/0001_unknown_date_time.json``` How would a be able...

* cattrs version: 0.9.0 * Python version: 3.7 * Operating System: Win ### Description I am trying to serialize a class with a pathlib.Path object ### What I Did ```python...

If the db does not exist yet (because the application is started for the first time) running ``` aerich --app MyApp upgrade ``` will result in ``` raise OperationalError(exc) tortoise.exceptions.OperationalError:...

It's possible to enable/disable a thing with ```/things/{thingUID}/enable``` but it's not possible to check/know if the thing is currently enabled or not. Maybe the status can be transported through ``enabled``...

Posting metadata ``config`` without a ``value`` entry always results in a 404 response. The data model however defines ``value`` as optional. ![grafik](https://user-images.githubusercontent.com/10754716/86316366-e54f8c00-bc2c-11ea-9dcb-b4e786d0615e.png) Example Body: ```json { "config": { "test": 1...

Currently an ```ItemAddedEvent``` event looks like that ```json { "type": "ItemAddedEvent", "topic": "openhab/items/TestString/added", "payload": "{\"type\":\"String\",\"name\":\"TestString\",\"label\":\"Label\",\"category\":\"text\",\"tags\":[\"Tag1\"],\"groupNames\":[]}" } ``` The payload contains only a subset of the available item data. Payload ```json...

Currently it is only possible to get persistence providers through the Rest API. Threre should be a generic way to interact with binding actions analog to persistance, too.

enhancement
REST/SSE
PR pending