louis49
louis49
I'm actually working on a HomeKit version but I will need to change ESP8266 to ESP32.
Yes, I had this problem. I never go to this kind of fields, but face this bug during my tests. I think that I would fix this bug when the...
I think that change code1 could change rights then fix this bug but never tried : https://github.com/louis49/androidtv-remote/blob/0e82d72ec067b6452e0e2266720ba5e023821bf6/src/remote/RemoteMessageManager.js#L46
That's the thing: I don't know, I don't know what those numbers are - I did some reverse engineering - I never got the official protocol specs which are reserved...
It seems not working at all. I've this error on downloading HParam CSV : experiment = get_experiment.Handler( TypeError: __init__() missing 1 required positional argument: 'request' Indeed, we have this call...
Also, hparams_limit is defined as optional : https://github.com/tensorflow/tensorboard/blob/1ef41724f837a97000ad9a371b7b0d5c1606bc70/tensorboard/plugins/hparams/api.proto#L267 but it's used here with no check : https://github.com/tensorflow/tensorboard/blob/1ef41724f837a97000ad9a371b7b0d5c1606bc70/tensorboard/plugins/hparams/get_experiment.py#L41
After setting request_proto at end of call constructor and adding hparams_limit in the request it's working
Hi, this package only works with Android >= 11 Try another library with old way to communicate (json way)
This fix works : https://github.com/welelay/Meteor-CollectionFS/commit/86939dce8bbc986e0941b385d2cd255faf95c321
Neither, after using some time I realize that this does not work 100% of the time in very specific conditions: Multinode "Sticky-session" not activated After applying other unpublished corrections there...