Derek Leung
Derek Leung
Since `userData` accepts a `void *` you will have to allocate some space for your datatype and pass the pointer to `set_userData`. Here is an example of how you store...
 I was using Blender 2.68 and BLAM 0.5, but the error message still appears in Blender 2.69 and BLAM 0.6. I have attached the file above.
I guess they still haven’t fixed their API and as you said they probably won’t. I’ll see what I can do - preferably switching to another weather provider but it’s...
Adjusting the system volume is not possible using the provided Chrome extension API. In fact, the `SoundManager` ([relavent code][1]) does not change the audio volume at all. I suspect something...
Your assessment is correct - the popup uses the Custom Elements v0 API but Chrome recently dropped support for it in Chrome 80. To fix this, the page will have...
Thank you for the report! Chrome starting from version 80 has stopped supporting the initial Custom Elements v0 API which is being used by the popup page, and that has...
Same here, I have recently noticed that the device states in HA would eventually become out of sync with the actual state.
> maybe there is a service we can call every hour or so to update the states? That’s similar to what I’m doing as a workaround. I think `homeassistant.reload_config_entry` is...