Juergen Fitschen
Juergen Fitschen
I would say the possibility that someone who's affected might use IceCube (I'm sure there are!) is reason enough to keep it in. Nobody's excluded by gender-neutral language - no...
Or just use the English localization ... you can set the preferred language in the system settings. A setting specific for just one language isn't justified IMHO.
Any gender-neutral German language has been removed from Ice Cubes by now ... * #489 changed all human-related words to alternatives that don't imply any gender (*users* turned into *profiles*)...
Personally I'm disappointed how this turned out. You started this discussion. We tried to explain. You ignored this discussion, as it wasn't pointing in the direction you would liked to...
Woahhh ... sry for not replying. I somehow missed your reaction. Currently I'm on vacation. Please ping me if nothing happened till begin of June.
After a week, I've successfully built a system based on this driver: - I've built a [server](https://github.com/jue89/homie/tree/main/firmware/sys/hdp) that exposes all SAUL devices over a hacked-together, fully works-for-me-driven UDP/CBOR protocol. It...
I extended the DHT sensor driver to demonstrate how an analog sensor - in this case temperature and humidity - could be made observable. It uses the `.check` method implemented...
Cross post from #14121 --- I think my [proof of concept](https://github.com/RIOT-OS/RIOT/pull/16277) is in a good state for talking about its architecture. I try to give you an overview. It should...
> Isn't it possible to use `event_thread` for this? Each additional thread needs its own stack. You can make the event queue configurable to allow users to still run it...
Are there any further remarks or comments on the proposed architecture? If not, I'm going to open a PR bringing the `saul_observer` core into RIOT.