Gant Laborde
Gant Laborde
Question: When would you call this? From an RMQ selection or from a styler? If your syntax is something like this: `rmq(UILabel).to_front` then I'd say yes.
I kind of like a mix of what the two of you are saying. for single gestures, do `rmq.on(:tap)`, For an array of gesture possibilities create a second class to...

Honestly, putting everything on a UIView isn't a terrible solution. It helps with eventually moving it to a partial and adding animations to the whole set. imho
yup. Containing views ( very HTML DIVish ) but I've seen no major performance issues.
Imo we make our own wrapper around jgprogress and include it in redpotion. I'll start it if we agree on this path. I have experience with blitz and jgprogress
JG Progress HUD was written to be more advanced than SV Progress HUD. BUT Motion::Blitz is awesome, so I say let JG Progress HUD die.
Yeah I guess so. Is it maintained? Also, why is there no mention of this in the main readme?
I created PR #180 to kick things off.
I'm working on something like this but hitting some limitations. Let me know if you want to se where I'm at. I could use a pair to help me solve...