Márton Dankó
Márton Dankó
**Is your feature request related to a problem? Please describe.** The maxv ultra has some maintenance and other features which is not supported right now by the integration. These are...
I have several scenarios where I get the following error message: Fatal error: Call to a member function execute() on null This causing it: https://github.com/jhedstrom/drupalextension/blob/master/src/Drupal/DrupalExtension/Context/MinkContext.php#L106 With a combination of the...
When now I place a new series or I have an old series it does not fill the metadata information and doesn't download the posters, it detects the anime, I...
Hello, I really thought to leave grunt and use the native command line to be able to use the built-in --watch option. But I've faced some issue. I not really...
I have a specific class that appears multiple times on the page (i.e. dropdown containers) and I want to open all. As far as I noticed the `querySelector` is used...
Is there a way to check with readySelector if multiple items on the same page loaded in different locations? (I.e. independent scripts loading boxes, similar to bigpipe).
2020-09-01 21:18:55 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type mac value [MAC], file a PR. 2020-09-01 21:18:55 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type fields value timezone,utc_offset,dst,date_sunrise,date_sunset, file a PR. 2020-09-01 21:18:55...
Hello, I don't have Mi light devices I have only the remotes and I write automation to control WLED devices with them, so I don't know if this is the...
Partially covers #714 . It will send only night mode on long OFF button press. It will send on the update channel "long_press" with true/false when it's possible to do...
This `u.query.a = [1, 2, 3];` creates `a=1&a=2&a=3` while the correct is `a[0]=1&a[1]=2&a[2]=3` The currently generated URL can lead to query overload, which depends on the server (apache, lighttpd or...