Marek Goldmann

Results 72 comments of Marek Goldmann
trafficstars

Maybe I should try: ```yaml entities: - sensor.time ``` This should refresh the card once per minute, am I correct?

After I changed to this single entity, I get this in the debug log for websocket: ``` 2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 11, 'type': 'event', 'event': {'result': '22:572020-01-10\n\nJest...

After a few hours with the change above I see this: ``` Client exceeded max pending messages [2]: 512 8:38 components/websocket_api/http.py (ERROR) - wiadomość pojawiła się po raz pierwszy o...

FYI: After I commented my macro and the pollution information at the end and left just the time and date information. There is no more spamming my log and the...

Nope, I started to see them again... ``` 2020-01-13 12:17:49 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.2923378928] Client exceeded max pending messages [2]: 512 2020-01-13 12:17:49 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.2923378928] Client exceeded max pending messages...

More info: I found that it may be related to a case when the UI is displayed on some device always. I have a tablet at home which shows the...

Seeing this still with `0.33.1`, used with `@Grape` in a Jenkins Groovy file. Usage: ```groovy @Grab(group='com.jcabi', module='jcabi-github', version='0.33.1') ``` Error: ```groovy java.lang.IllegalArgumentException: Attribute 'JCabi-Version' not found in MANIFEST.MF file(s) among...

The only thing that comes to my mind is that maybe the deletion of resources is somewhat too fast? When the failure occurs, both - OCP and test host is...

I played a bit with parameters and I made it work by setting the `namespace.cleanup.enabled` parameter to `false` and `namespace.destroy.enabled` to `true`. This removes the project created by test suite...

To give more context on the ticket: Currently we specify the `schema_version` in the image descriptor. The problem with this is that this is a virtual entry which is not...