Pavel Perestoronin

Results 76 comments of Pavel Perestoronin

``` ❯ make check error: failed to select a version for `ring`. ... required by package `rustls v0.14.0` ... which is depended on by `hyper-sync-rustls v0.3.0-rc.4` ... which is depended...

Two requirements: - Ability to support well-known devices, [example](https://habr.com/ru/post/452558/) - Ability to support custom devices, perhaps via automation

There's no a cross-platform Bluetooth API at the moment

I don't have a Ring device anymore.

> In your workflow, since you only trigger off pushing new tags, every cache is created for that new, unique tag ref. Since you don't have push triggers off of...

These two commits above related to #34 and not #32

Apparently, there is another symptom to that. Even if one schedules a run every minute, effectively the in-progress key expires 1 minute _after_ the job finishes. So, the key would...

It seems I have found a not so good workaround. The idea is to override `__class_getitem__` to access the original type parameters: ```python class Foo(GenericModel, …): __store_original_params_here__: ClassVar[Tuple[Type[Any]]] def __class_getitem__(cls,...

If a model actually got a `TypeVar`-typed field, then probably the easiest way is just to inspect the `__fields__`: ```python >>> Child[bool].__fields__["s"].type_ ``` And it also works for grandchildren, which...

@TINKPA Could you elaborate how you got it working with OrbStack? For me, the detected IP address is still of the docker container itself