Tom Kedem

Results 18 comments of Tom Kedem

I mean, the pairing record doesn't have to be stored. If I understand correctly it's just a cache used to avoid asking for trust again. Since pairing records can give...

You mean the `timedelta` for the expiration date? That would actually be nice. Maybe some kind of another optional parameter `pairing_records_cache_folder` which will be `None` if no caching is used,...

Looking at `PyOpenSSL` I've convinced myself that it would not be the right approach, as it would require to use its ssl connection as well, and it's probably a better...

@doronz88 PR looks good. I still think allowing the pairing record cache folder to be none and not saving it to the disk would be nice.

As long as there's some kind of logging upon reconnection that's a fine workaround. It may also be possible to keep the connection open using `HeartbeatService` - I never used...

My workaround is just calling `df.reset_index()` before passing it to aggrid.

I have the same problem. I assumed the source paths were used like the `PATH` environment variable. I think if you extract from source code using those folders, it makes...

@doronz88 what do you think? I just don't like pairing records lying around on the filesystem.

I understand the purpose. I'll repeat my suggestion: Allow `pairing_records_cache_folder` inside `LockdownClient` to be `None`, and in this case skip saving/loading pairing records from this folder, and only use usbmuxd.