Eyal Cohen

Results 22 comments of Eyal Cohen

I have the same issue. I have removed memory monitoring but I get single error when home assistant starts. ``` 2022-08-15 21:00:37.728 ERROR (Thread-3 (RunDocker)) [custom_components.monitor_docker.helpers] [Docker2] dockerproxy: Cannot determine...

This solved my issue: https://github.com/ualex73/monitor_docker/issues/26#issuecomment-723016034

I think I found the issue. I used port 6000:5000 (because 5000 is already used). This didn't work. Changing port to 5555 solved the issue.

> Yes, just rename the pre_heat key to on I saw the "on" option, but as I understand, it will called each time send command is called, so when I...

> No, there is no way. @vassilis-panos The code I've attached (`Pre mode command`) handle this case. Maybe there is a bteer way to add it to the official release.

@vassilis-panos I assume single pre command (which should turn on the device) is enough but if the pre command sends also the HVAC mode, it will be better to send...

@yuzisun the issue is here : https://github.com/kserve/kserve/blob/c75e52663daf18a78b8385de35afa95fc2467284/python/kserve/kserve/model.py#L78 If we need to convert to numpy array and then send to predict (with REST V1/V2), the validate function in transformer will fail....

@yuzisun When using XGBoost model. e.g.: ``` xgbc = xgb.XGBClassifier() ``` See comment here which might be related: https://github.com/kserve/kserve/blob/master/python/xgbserver/xgbserver/model.py

@Azrael-Masters why do you install noble? I see it is part of the dependencies. @manekinekko is there a way to reduce some of the depndencies? e.g., is prettier needed to...

@Azrael-Masters Can you please explain why you added `@abandonware/bluetooth-hci-socket` ?