Alejandro Martínez

Results 12 comments of Alejandro Martínez

Oh that sounds cool! I would made a task to check out the update. Thanks 😉

The changes have been rebased 🎉 In terms of the playgrounds, that's up to you. I personally like to have the Xcode playground to work from the Mac, specially since...

I think this would help too for cases where you want to have some code hidden: ``` See the entire config -> start code inside details ``` code -> end...

The issue comes when you want to do that in a Podspec for the private frameworks that your apps use. For now I added the podspec into our internal Spec...

Yes I agree is question of preference, but I wonder what is the intended solution that the test imply? Do we want students to make a class with a static...

I can't speak for John's intend here but on my project I just built a theme that works specifically with my Website conforming type. I would expect that when I...

On the same subject, which is currently the fastest way to see the required options and their keys? It would be nice if every provider header file has the required...

Autx that's true! In that case forget about defining constants in each provider, I really like how the API works and the decoupling with the providers. But... what about having...