Antonín Skala
Antonín Skala
Hi, for me, with 2.0.4 still not work. ``` E (211) cam_hal: cam_dma_config(292): frame buffer malloc failed E (212) cam_hal: cam_config(376): cam_dma_config failed E (212) camera: Camera config failed with...
Hello @youngda, do you have a PSRAM enabled? I use platform.io and project I wanted to build did not have it. ``` build_flags = -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue ``` With this, cam...
Hi @adomnas which version of Ubuntu 21 You are using? 21.04 or 21.10. Second one will make this error occur for me.
Hi friends, let's dig into it. In allure report I see two errors: ``` AssertionError: Mycroft responded with: Mycroft: homeassistant.error.setup.dialog(HomeAssistantSkill) "Please configure the home assistant skill settings at home dot...
After addressing these, I would do a quick review of all issues in HA skill repository. I didn't have much time lately, so I lost a track of them.
Hi friend, small progress update: - [x] PR [#109](https://github.com/MycroftAI/skill-homeassistant/pull/109) Fix GitHub Actions run. - [x] PR [#110](https://github.com/MycroftAI/skill-homeassistant/pull/110) Fix issue [#92](https://github.com/MycroftAI/skill-homeassistant/issues/92) - [x] PR [#111](https://github.com/MycroftAI/skill-homeassistant/pull/111) Add `@xfail` to allow pass of...
Hi @dukenukemx, try wine-staging 8.20 and reinstall fusion from latest installer. Error with saving perished for me.
With wine `9.1` Fusion sometimes won't open files and most of time won't upload them to server even with no proxy and ignored cert checking.
Hi @ricardojlrufino, does also creating Drawing from Design works for You? 
Hi @alextrical, just small finding. To make your `sed` command work on system with default language other than English, it need to be run with forced language: `env LANG=en_US.UTF-8 wine...