Koen Vervloesem

Results 30 issues of Koen Vervloesem

This updates the entries for some Ubuntu distributions: - Snappy Ubuntu Core is now called Ubuntu Core - Ubuntu Desktop is added - Ubuntu Server has a new URL However,...

- [X] My issue is an issue and not a PR. For additions or modifications I will create a [pull request](https://github.com/thibmaek/awesome-raspberry-pi/pulls). There are some broken links in the list: -...

I just published my own Zephyr-based [OpenHaystack firmware](https://github.com/koenvervloesem/openhaystack-zephyr). Because Zephyr offers a hardware abstraction layer and supports [a lot of boards](https://docs.zephyrproject.org/latest/boards/index.html), this should make it possible to use OpenHaystack with...

question

I recently ported your ESP32 Send My firmware to Zephyr and I'm running it on an nRF52832-based RuuviTag, sending the temperature values of the built-in BME280 to the Find My...

The DataFetcher window doesn't allow me to scroll, so I'm not able to load more than the first 25 or so messages. Is this fixable?

**Is your feature request related to a problem? Please describe.** I have an MQTT broker with a TLS certificate signed by my own trusted CA. I can't connect to this...

enhancement

Do you know [Rhasspy](https://rhasspy.readthedocs.io/en/latest/)? It's an open source, fully offline voice assistant toolkit for many languages that works well with Home Assistant, Hass.io, and Node-RED. Especially since [Snips has been...

I see that MQTT over TLS support has been added in Rhasspy 2.4 in https://github.com/synesthesiam/rhasspy/pull/201. Is it much work to add this support in Rhasspy 2.5? I suppose that *every*...

enhancement
in progress

It would be nice to have the wake button in the web interface behave exactly like when you wake Rhasspy with your voice. This would make it easier to test...

in progress

Rhasspy uses [Pickle](https://docs.python.org/3/library/pickle.html) for object serialization, specifically for the [NetworkX graphs](https://networkx.github.io/documentation/stable/reference/readwrite/gpickle.html?highlight=pickle#pickled-graphs). Pickle has [a couple of flaws](https://nedbatchelder.com/blog/202006/pickles_nine_flaws.html). For instance it's insecure and it doesn't work well with other languages than...

question