ndm13
ndm13
Same issue here using Docker Compose. Connection works perfectly but container health check shows as unhealthy. ```yml version: '2.0' services: samba: image: dperson/samba container_name: samba ports: - 139:139 - 445:445...
Possibly when I have some free time outside of work, but not incredibly likely as I have several projects at the moment. If it's not taken up in a couple...
Upon further inspection, I feel that my proposed null check might be a stopgap. The same NPE behavior happens when editing rows: that is, when `getFocusedCell()` returns row i, column...
My naive solution, having only glanced over the code would be to replace: ```java boolean isEditable = isControlEditable() && cell.getTableColumn().isEditable(); // edit this row also if (isEditable && cell.getRow() >=...
It would be a nice feature to auto-close.
Just connected Fitbit since that's now supported, and noticed that their integration is write only. Maybe a read only HA integration would be more likely to be accepted?
Confirming this issue. It seems that `AuthenticatedUser` doesn't set the username. It also propagates to any user methods that require the username to be set. Workaround: provide a username in...
This looks like the same issue as #86
Well, moreso that solving that issue will also solve this one. This looks like a specific parsing issue while that is a general one.
Hmm, I see the concern. If not this approach, then maybe a reactive one: wait until the track is finished and check if it has already been scrobbled before posting?...