David Hart

Results 14 comments of David Hart

I’ll try this evening. > On 17 Jan 2017, at 14:50, John Holdsworth wrote: > > Intersecting. Any change you would be able to put together a small example project...

Yeah, was thinking the same, and it doesn't work with a Swift runtime cast.

I'm in that case!

> Other tools use Sourcery as dependency, there are quite a few that do it, what benefits do you see of using this as a framework rather than a command...

Here are my quick impressions: 1. It's an OK solution, but its less elegant than having the library support Date natively (which is very common ;-)) 2. If I understand...

As a side note, if a solution is found to the issue #64 I just opened where I ask for a feature to have Natalie parse an xcodeproj file to...

Here are some ideas for future discussion: * Should a `withDeleted` on a top-level query really trickle down to eager loads or do we only want a way to modify...

@tanner0101 I can't remember if you mentioned if there was a workaround meanwhile?

No, that doesn't compile: ```swift error: Value of type 'NestedEagerLoadBuilder' has no member 'withDeleted' ```

I don't know if this is any better: ```swift public protocol HTTPRequestHandling: class { func handle(request: HTTPRequest, response: HTTPResponseWriter, processBody: HTTPBodyHandler) } class EchoHandler: HTTPRequestHandling { func handle(request: HTTPRequest, response:...