Steven Hocking

Results 6 comments of Steven Hocking

I don’t think there is a “correct” version anywhere. Nobody is maintaining this project.

I know this is a very old issue, but...the `currentPage` date you're looking at is probably being adjusted to your time zone, putting it partway through the day of 31...

Just in case it helps somebody - I’ve found the workaround for this issue is to supply the `—no-create-docset` parameter along with -h

Thanks for the response. Here's a brief test class that illustrates my problem: ```swift class CuckooBluetoothDemo: XCTestCase { var mockCentral: CBCentralManager! override func setUpWithError() throws { mockCentral = objcStub(for: CBCentralManager.self)...

Thanks for looking in to this! I've tried out your bug fix branch, which makes it possible to mock out the `delegate` return value 👍 I've still got an issue...

Yep, for anyone else reading this, the solution is to make your C# callback delegate methods static.