Cello Spring
Cello Spring
@eldadfux there is a whole discussion about Alpine not the perfect fit to run Pandas on [Stackoverflow](https://stackoverflow.com/questions/49037742/why-does-it-take-ages-to-install-pandas-on-alpine-linux/49057289#49057289) However one of the suggestions is to add the `py3-pandas@community` package and do...
@eldadfux i made a working docker image an pushed it to docker hub: -> [https://hub.docker.com/r/cellerich/env-python-3-8-pandas](https://hub.docker.com/r/cellerich/env-python-3-8-pandas)
with Pandas installed the image gets bigger:  compared with the current Python environment image:  I don't know how many Appwrite users are depending on Pandas with their Python...
Thanks @supnate. Will try this out immediately :-)
Sorry to bother again. Maybe I'm asking "noob" questions: I tried the following in exact order: ``` rekit create cf01 cd cf01 npm install rekit install rekit-plugin-redux-saga npm start ```...
Hi @supnate This did the trick! After adding another async action to a existing feature the needed adjustments to the necessary files where made. After this I can also create...
Can you check if your problem may relate to this issue: - [18834](https://github.com/Koenkk/zigbee2mqtt/issues/18834) If your Zigbee2mqtt is restarting when you try to pair a new device, it might be this....
Take a look in the log file while you are pairing your device. Maybe there is a hint there. Other questions: - how did you install z2m? (native on the...
Do you have the `adapter` setting in your `configuration.yaml` ```yaml serial: port: /dev/ttyACM0 adapter: ezsp ```
@netsolid-ca > Let me know if you want me to share my docker setup Would love to see your approach!