Markus Mauch

Results 12 comments of Markus Mauch

We are experiencing the same issue targeting Android 12 / SDK 31: `The parser encountered some structural problem in the manifest` Trying to install the apk gives the following error:...

I'm getting the ```Expected drag drop context``` error, too. For me this works only if the ```DndProvider``` is the immediate parent node of the component that uses ```useDrag```. It works...

Same problem here. Since the images are loaded dynamically and have different heights in our case, I can't set a static height. So the workaround doesn't help very much.

Maybe it's a bit off topic but I've switched to Zigbee2MQTT, which supports this button quite well as well as all my other devices that gave me a lot of...

Same here. keyble commands work for some time and then never again until setting up everything from scratch.

Probably related to this deprecation: https://github.com/home-assistant/core/pull/110761

I have the same issue on Windows. Referencing ${localEnv:HOME} in the mount section of the devcontianer.json is not resolved all the time. Sometimes it works, sometimes not. Think there's some...

> If anyone is still having this problem, a workaround is to write your environment variables to a file and use the runArgs `--env-file `. I have to mount a...