Jolan Rensen
Jolan Rensen
Similar to https://github.com/Kotlin/dataframe/issues/100. Could be done with "friend/associates modules"
Sure, @WizCoderr, how do you plan to tackle it?
Should have been fixed by https://github.com/Kotlin/dataframe/commit/733ae6337ea868f0287e9abca3b9d077e66c1aee. Can you confirm this issue still appears when simple-git is v 2.0.3+?
I'll close it until it is reproduced
My problem was that I need `` or proper use of `` if that's possible.
but then it should probably be named `countDistinctValues()` right?
Don't all (Hass) entities have a base set of attributes? Like `state` and `entity_id`? That likely won't change and will definitely work for all components, right? It's okay if there...
When looking at the homeassistant package itself I can however find `homeassistant.components.light.Light` which inherits from `ToggleEntity` which inherits from `Entity`, just as it should be. These also have functions to...
I'm only talking about the Hass plugin of AD of course, the other plugins could have their own type hints. So what you could do is optionally type hint them,...
I see. You've convinced me with the attributes issue, however, attributes can be typed as Optional[int] for instance, so that would solve that problem. Although I'm not sure how to...