David Hart

Results 16 issues of David Hart

In Swift, when de-queuing custom cells who's class has been swizzled causes a crash: ``` Could not cast value of type 'MyApp.SectionHeaderView' (0x10e9afee0) to 'MyApp.SectionHeaderView' (0x123532bb8). ```

I would love it if the first interface you are presented with is a search interface on Open Radar to allow you to find and duplicate an existing radar and...

| | | |------------------|-----------------| |Previous ID | SR-8018 | |Radar | None | |Original Reporter | @hartbit | |Type | Bug | Additional Detail from JIRA | | | |------------------|-----------------|...

bug
llbuild

I'm currently using Unbox but am seriously thinking of switching to Marshal. But it has one major problem for me. The way that `Date` gets marshalling support by conforming to...

enhancement
help wanted

Two changes: - I made Natalie support multiple inputs (folders or files) - I made Natalie generate an initialization function for identifier view controllers which don't have a custom class

One feature request I'd like is for Natalie to allow an xcodeproj file as argument, parse it to find out which storyboards are included in which targets and generate a...

enhancement

The following query: ```swift Planet.query(on: req.db).with(\.$star).withDeleted().all().map { planets in for planet in planets { print(planet.star) } } ``` will crash the process with: ``` Fatal error: Parent relation not eager...

enhancement

I've been looking through example code for the HTTP library and the use of a associated value closure for the `HTTPBodyProcessing.processBody` case feels kind of usual. I've never seen such...

Is there a way to test that a test terminates with a particular signal ? I want to test my functions abort when expected.

Recompiled my app for iOS 9, and I now have the main thread deadlocking with this stack trace: ``` Thread 1Queue : com.apple.main-thread (serial) #0 0x00000001148ba136 in __psynch_cvwait () #1...