Artem Sheremet
Artem Sheremet
Icons do sound good, especially if they come with tooltips!
that could be a rexml problem. Since current version of ejabberd opens an xml stream with xml header missing encoding attribute, rexml fails to retrieve encoding and baseparser sets source.encoding...
I don't know. The last thing I came up with was ``` ruby if RUBY_VERSION < "1.9" # ... else # Encoding patch require 'socket' class TCPSocket def external_encoding Encoding::BINARY...
I've just recently started and have not much to commit yet. Will create the repository later.
btw, didn't the patch from https://github.com/ln/xmpp4r/issues/3#issuecomment-1739952 help?
see https://github.com/ln/xmpp4r/issues#issue/3 for possible solution. Please report if it helps. Regards
I should probably see https://github.com/flutter/website/issues/4852 too
And https://github.com/flutter/flutter/issues/13065 and https://github.com/flutter/flutter/issues/97179
This has been reported on community forums too: - https://community.home-assistant.io/t/assertionerror-in-an-automation-with-state-change-trigger/689140 - https://community.home-assistant.io/t/getting-the-same-error-every-100ms-on-2024-2-1-and-cannot-locate-cause/688349 The consensus is it looks to be caused by `state_changed` trigger, in a `condition` which refers to `trigger`....
I silenced the log message in [configuration.yaml](https://www.home-assistant.io/docs/configuration/) using [logger section](https://www.home-assistant.io/integrations/logger/): ```yaml logger: filters: # https://github.com/home-assistant/core/issues/110456 homeassistant: - "Error doing job: Task exception was never retrieved" ``` Is it great? No....