Radoslav Gerganov

Results 126 comments of Radoslav Gerganov

Thanks for the PR. Unfortunately PyPI doesn't support direct urls for dependencies [1][2] which means that I won't be able to release on PyPI with this patch. [1] https://github.com/pypa/pip/issues/6301 [2]...

Sorry for the late response. 1. We already have Sleep mode: `airctrl --mode S` 2. I am not sure I understand your second point. Do you mean that `aqil` and...

What values do you get when the lights are switched off?

Weird. The values are still 0 but we cannot set them. You can try sniffing the official app and see what command it sends when turning off the lights but...

Thanks for the feedback :) I have AC2729 and it has this option as well. I also don't know what it is about and that's why I didn't put it...

I won't have time to work on this any time soon, sorry. If anyone else is willing to implement this, PRs are welcome.

> Could be, but since `__name__` is checked in py-air-control it can also directly be used I suppose Exactly. There is nothing that prevents you from importing the `airctrl` package...

Dell Precision 5560 laptop results: | CPU | OS | Config | Model | Threads | Load [ms] | Encode [ms] | | --- | -- | ------ | -----...

> I like it! I made an experiment in this direction a long time ago (see CTAPHID_PROBE command, we'd want to pick a different one). > Interesting. I see that...

I have the first PoC ready. You need to patch both [solo](https://github.com/solokeys/solo/pull/397) and [solo-python](https://github.com/solokeys/solo-python/pull/67) if you want to give it a try. I am also using the `fido2-cred` tool from...