Mirko Vogt
Mirko Vogt
Hello! I wonder about why GObject is a dependency and apparently the only place where GObject is actually used, is `gatt/gatt_linux.py:89: self._main_loop = GObject.MainLoop()`. As PyGObject also requires GObject-introspection that's...
I do get the limit of 256 LEDs for certain scenarios / combinations. So far, according to the other issues, the hard limit is assumed to be as part of...
When trying to `load` JSON data where a field contains (nested) JSON data and the SQLAlchemry field type is `JSON`, I get a `ValidationError` saying `marshmallow.exceptions.ValidationError: {'defaults': ['Not a valid...
In my current setup swaylock crashes for me when waking up my computer. I see the ring, start typing and even before hitting the second key I already see my...
I'm having a web app, which auto-focuses an input text field on page load (non-javascript, native "autofocus" html attr). When using the site via NativeAlpha, the autofocus attr does not...
The defines for respective public images are: ``` #define URL_QIO_ROM_2 "http://sunlocker.khc.net.nz/static/8266/e2a-1024-2.bin" #define URL_QIO_ROM_3 "http://sunlocker.khc.net.nz/static/8266/sonoff-1024.bin" #define URL_DIO_ROM_2 "http://sunlocker.khc.net.nz/static/8285/e2a-1024-2.bin" #define URL_DIO_ROM_3 "http://sunlocker.khc.net.nz/static/8285/sonoff-1024.bin" ``` which suggests DIO is used by ESP8285 (AFAIK wrong)...
- [X] I have searched open and closed issues for duplicates - [X] I am submitting a bug report for existing functionality that does not work as intended - [X]...
Hello, I'm using an bticino intercom (very simple, primitive) and having a gateway attached to it (F455) which translates SCSOpenWebNet - and wondered if I could also handle door bell...
The link [https://keithp.com/mailman/listinfo/snek](https://keithp.com/mailman/listinfo/snek) on [https://sneklang.org/](https://sneklang.org/) results in a direct HTTP error code 403 ("Forbidden")
Is there any chance for support of variants of the STM32 family which are too small to run MicroPython, such as the TSSOP20-packaged ones, e.g. STM32F030F4P6*? The SDK/HAL seems fairly...