Mark DiFranco

Results 29 comments of Mark DiFranco

Thanks for the PR @marekpridal! I'll make sure to take a closer look at this over the weekend!

A good article on using DocC in open source projects https://www.jessesquires.com/blog/2021/06/29/apple-docc-great-but-useless-for-oss

Yeah I can take a look to make sure it still works for xcframeworks and old fat frameworks!

Ah gotcha, I thought we'd be able to avoid making a breaking change on `Swinject` for this, but looks like that's unavoidable.

That's a fair point, I do like setting it on `SwinjectStoryboard`'s `Container` as a solution. I can't think of a good way of doing it without making the property mutable....

I'm digging into this to see if we can get it officially released! Also looking at how this could factor into SwiftUI. Stay tuned for more updates here!

I'll flag this to the contribution group! We are trying to continue maintaining this actively, and we've extended our contributors to help with that.

@jbehrens94 yeah your setup looks correct, I don't see anything wrong with it.

> Assemblies tend to have children internally Do they? They're all registering to the same Container, so I'm not sure what you get from the hierarchy of Assemblies. You would...