Robert Brisita
Robert Brisita
Hello, OpenSUSE supports Raspberry PI: https://en.opensuse.org/HCL:Raspberry_Pi2 https://en.opensuse.org/HCL:Raspberry_Pi3 https://en.opensuse.org/HCL:Raspberry_Pi4 It would be great to have. Is there any documentation to allow one to add other OSes themselves?
Changes some instances where 'Ambassador' was spelled 'Amabassador'.
Adding zip arguments to control compression level and inclusion of base folder and updating tests to support Node v16.0+.
First thanks for this. It's a time saver. Looking at the CSS, the styles would benefit from using CSS variables for attributes like width, height, color, duration, timing function, etc....
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest code. Development is very rapid so there are no tagged...
**Describe the bug** The schematic is still unclear. The pictured PowerBoost board is labeled "500C" but the text label states "1000 Charger". Which is it? I already bought the former...
This resolves #127. The 01OS will print the 'Cannot call "receive" once a disconnect message has been received.' message because the ping of the `websockets.connect` call does not set the...
**Describe the bug** An exception happens `asyncio.exceptions.CancelledError` on boot with `LOG_LEVEL` set to `DEBUG`: ```shell Traceback (most recent call last): File "/home/orangepi/projects/01/software/source/clients/base_device.py", line 358, in websocket_communication async with websockets.connect(WS_URL) as...
Fixing `asyncio.Queue` creation and usage by decoupling app, queues, and uvicorn config. This fixes issue #244. Creating `from_user` and `to_device` outside the main coroutine event loop creates futures in another...