A. R. S.

Results 4 issues of A. R. S.

**Describe the bug** Loading new data with `table.replaceData(...)` does not work when the table is not visible (e.g. a parent container has `display: none` set). When the table becomes visible...

Possible Bug

Thank you for this useful library! I noticed a confusing behavior with `sunrise_and_set`. It seems that it only returns the sunrise/sunset for the current day, if the provided UTC timestamp...

**Describe the issue**: While using `client.map` with async functions, I noticed a different behavior when I tried to pass in keyword arguments to the function. In this case, the function...

bug
help wanted
good second issue

Currently, accessing `lastValue` on a point with history available fails if pandas is not installed, because the code tries to access `self._history.value.iloc[-1]`. But without pandas, `self._history.value` is just a list,...