Gaëtan Trellu
Gaëtan Trellu
Hi, I would like to know if it is possible to pass the MQTT client initiated by `init_app()` to a router that is included by `included_router()`? ```python mqtt_config = MQTTConfig()...
Hi, Is there any plan to make this module compatible with the new camera interface of Raspberry Pi OS 64-bit? Raspberry Pi OS 64-bit doesn't work anymore with the Python...
Hi, I'm trying to build a custom `rootfs` for my Raspberry Pi 4B 64-bit using `multistrap` and deploy it via `ostree admin deploy` via a HTTP OSTree repository. The build...
Hi, I'm trying to use OSTree with my Raspberry Pi to deploy atomic system updates but so far I'm facing an issue during the `ostree admin deploy`. Every time I'm...
This fix is inspired by https://github.com/amirthapa27/MMM-Screencast When `autoCloseScript` is called, it sends a message _(`mmm-screencast.exited`)_ to the console. If the message is received then an IPC is emitted as well...
Hi, I'm working with monitor and TV, monitor mostly supports `ddc` procotl but TV doesn´t. When `list_monitors_info()` function is used with `ddcutil`, it should return both valid and invalid monitor/TV...
I saw #251 and I was wondering if there is a way to set `LABEL` and a `UUID` on the created partition. For example, if I build two images based...
Hi, I followed the example for Quasar and Vue 3 but I got a very strange issue. Everything works fine if I run `quasar dev` on the host and the...
### Describe your issue or feature request The current `eredis` implementation doesn't support Redis cluster which prevent VerneMQ to retrieve the ACL if `eredis` is not connected to the correct...
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...