Björn Dalfors
Björn Dalfors
**Your feature request. Please describe.** What is the feature, why is it valuable to the community or application? Add button to clear browser cache. Sometimes the browser need a hard...
Upcoming deprecations in 2025.1 ```text Logger: homeassistant.const Source: helpers/deprecation.py:205 First occurred: 11:14:27 (3 occurrences) Last logged: 11:14:27 ELECTRIC_CURRENT_AMPERE was used from ferroamp, this is a deprecated constant which will be...
Would be nice to make prefix configuration editable by moving them to options flow. Use case is not having to remove/setup integration when broker configuration has changed.
Redux-persist 6 is released Contains a breaking change, but it is unrelated to transforms https://github.com/rt2zz/redux-persist/releases/tag/v6.0.0 Loosen dependency to allow `v6`?
Had my MQTT bridge down over Christmas and when I started it again (on 9th of January) wrong values seem to have been recorded in statistics. I got negative statistic...
Any reason to why node 10 support was dropped (other than it being old deprecated itself)? All dependencies (except devDependencies) still support node 10 Cheers
Scratching my head over how to use this library with a Tracer client (jaeger) inside my views Do i need to explicitly set `OPENTRACING_TRACING` in settings.py? Getting the following error...
Example project fails to run with `django2` due to [changes](https://docs.djangoproject.com/en/2.2/releases/2.0/) - [x] add requirements.txt in example project - [x] require django
Would it be a good idea to have an option for `OPENTRACING_IGNORED_ATTRIBUTES` in addition to OPENTRACING_TRACED_ATTRIBUTES? This would allow easy prevention of logging sensitive information such as auth headers etc.