Mimee

Results 9 comments of Mimee

I think you basically need to install it yourself with pip, easy-install or something else. See https://github.com/pypa/setuptools/issues/964

@jacquesqiao @luotao1 @juliecbd I have merged the conflicts, PTAL.

@jacquesqiao Could I get an update on this?

It happens when too much 'data' is put on the stack in a function call. Chances are, a recursive function was the cause. I think this http://stackoverflow.com/questions/6095530/maximum-call-stack-size-exceeded-error might be of...

Thank you, Eleni, for the response. Regarding my original question, I take it to mean that it is still an active developmental area. The notebook code seems misleading, while in...

It is not about whether or not it is on 'top'. It is not there on the router at all. After the 2nd open, there appears to be only one...

If you want to force the functionalities to pass, you can just have 2 separate tests for the empty string and the space string. I don't think the test was...

I have been thinking of having both callback block & view controller presentation as well, though I am not sure how it would work, especially with storyboards. On the note...

Yes. Maybe a bit like what an [earlier fork](https://github.com/WhistleLabs/routable-ios) added: [support extra default params](https://github.com/WhistleLabs/routable-ios/commit/43cd77277d0e951d8a3d3984617f48699b4bf12d). (Dis)claimer: I do work there.