Results 21 comments of solvek

I am using Lenovo. But the same issue on my wife's Samsung Galaxy A3.

Hello I have upgraded ubuntu to 16.04 and hotkeys stopped to work for me. I have no output in terminal. It seems that for some reason hot key works if...

Basically what I eventually need to achive just for my each device get information whether it is currently online (or when it was online recently) from my python script. Is...

Thanks. Tried this command `micloud get-devices` It asked for username then password. I provided both but then received error: `Error: Got unexpected extra argument (get-devices)`

What basically is username for xiaomi? Will email work?

It seems on the login step 2 server returned unexpected json content. ``` { "notificationUrl":"https://account.xiaomi.com/identity/authStart?...&_locale=en_US", "result":"ok", "code":0, "captchaUrl":null, "description":"\u6210\u529f", "location":"", "securityStatus":16, "pwd":0, "child":0, "desc":"\u6210\u529f" } ``` But it expects to...

> Seems to be a similar problem, did you try going to the "notificationUrl" in a browser as described in issue #6 ? Yes, but the content in the page...

The command to deploy ``` gcloud run jobs deploy chat-doc \ --source ./cloud/jobs \ --tasks 1 \ --max-retries 1 \ --region us-central1 \ --project=harmonia-9dead ``` Not using any `cloudbuild.yaml` (at...

Basically I do not need whole `chromadb` but only `chromadb-client` package (and this seems to be [recommended](https://docs.trychroma.com/reference/Client#httpclient) approach for production). The chromadb server I have deployed as a GCP Run...

I am having the same issue. Described it [here](https://github.com/GoogleCloudPlatform/buildpacks/issues/366)