Günter Zöchbauer

Results 303 comments of Günter Zöchbauer

https://docs.flutter.io/flutter/dart-io/HttpClient/findProxy.html might help (not tried)

Might be a duplicate of #20376 See also about how to set a custom HttpClient that finds and applies proxy settings for every request: https://github.com/flutter/flutter/issues/20376#issuecomment-439223882 https://github.com/flutter/flutter/issues/19588#issuecomment-406779390 https://stackoverflow.com/questions/54321077/best-way-to-set-default-header-for-all-request-in-flutter-http-request

I don't know if it is related, but when I listen to `onresize` on parent and its child, then the parent receives two `onresize` callbacks one with the parent's size...

Orientation in testing is entirely different. See for example the last 2 links in the initial comment. There is no easy to find way how to specify screen dimension/orientation for...

I just run into this with 2.26.3 I ran `nix store gc`, then on the next build I got an error about `download-buffer-size` being too small. After I fixed that...

I have a similar issue since updateing to 2024.08. The issue also shows in Safe Mode. Not one script is shown. Also this sensor is always shown as `unavailable` I...

It might not be a frontend issue because I get this error ``` The automation "blinds_manual_during_night" (automation.blinds_manual_during_night) has an unknown action: script.blinds_manual_turn_on. ``` So it's not just that the scripts...

It looks like I messed up. My setting vanished ```yml homeassistant: packages: !include_dir_merge_named packages/ ``` (from https://www.home-assistant.io/docs/configuration/packages/) Re-adding fixed it

@phillipkerman I think you are looking for #7053

I'm going to close this because I don't expect the Flutter team to provide a plugin with support for an alternative video player.