Pavel Ivashkov

Results 17 issues of Pavel Ivashkov

I am trying to mock a protocol inheriting from `NSObjectProtocol`. This seems like a common scenario, but I don't see it mentioned. 1. The fist issue is, I need to...

enhancement
good first issue
awaiting response

Trying to mock this protocol: ```swift @objc protocol Example { @objc optional var ignore: String { get } } ``` Generates mock class with compilation error: ```swift var ignore: String...

enhancement
good first issue

Installing pod should not require ssh keys on github.

This feels hacky, but it serves my needs.

No peripheral discovered with the corresponding UUID On rescan, the bean that is already in `beanRecords` was being reported as discovered but was deleted from `beanRecords`. Thus failing connection attempt...

Keep intermediate state while rediscovering services. Otherwise bean goes to connected-and-validated state too early – while the services are still `nil`. At this time, calling any operation that rely on...

Adds notifications for scratch updates (all five banks), so there is no need for polling. This is mostly copy-pasted from other profiles.

Can you subscribe to be notified of scratch bank changes? I've looked around – and the only option seems to request explicitly `PTDBean.readScratchBank`, which means polling.