Cody Duncan

Results 15 comments of Cody Duncan

Going to go ahead and +1 this, although I'm starting to worry this project is not being supported anymore.

@kitasuke Any progress on being able to do this?

I could really use something like this as well. I think it could be implemented a bit differently, to avoid attaching multiple views, but this feature in general is really...

@kitasuke I believe the issue with this, is simply the order in which you're adding the views to the PagingViewController. If we were to add the pages BEFORE adding the...

Interested in this as well.

@comigor Have you given this any more thought? This is also a game-changer for me. We use "implicit" nulls (i.e. properties not included) to tell our back-end to NOT update...

@vasilich6107 I'm not sure ignoring all nulls would be the best policy. I think something like the suggestion by @Luke265 would be best. Somehow generating a small wrapper class around...

This is also affecting me :( I have the nested fragment inside of an interface, and I get a similar `extends XYZMixin` compile error. Going to use the workaround to...

@vasilich6107 No problem. It is not the end of the world! Thank you for this awesome project!

I have another usecase -- dynamic resolution of userpool information. Say I want to look up what userpool my user should be logging into. I need to first call to...