Michael Gallaspy

Results 17 comments of Michael Gallaspy

I think you are right, it is overly generic for my given example. I guess what I was thinking originally is that I find function types like `int func(Args...)` hard...

Agreed! I'm willing to take a look at this, time permitting.

In particular I'm looking for support of [postactivate](https://virtualenvwrapper.readthedocs.org/en/latest/scripts.html#postactivate).

Looks like 0.12.x, but someone can check if the issue exist on 0.13.x & develop.

How would you prioritize this? Could it potentially wait for 0.16? It doesn't seem outside the realm of possibility for 0.15, but it's a slightly more substantial change.

Not fixed. Question @rtibbles: What does it mean for content to be "interacted with"? Can I say that a rating should only be available if the user has either a...

@rtibbles you suggested moving rating logic from the `ContentAreaView` to the `ContentWrapperView`, in order to take advantage of that latter's log model and avoid making redundant requests. The simplest solution...

I had started to address this here: https://github.com/MCGallaspy/ka-lite/commit/52de9a5e0faf8a4a5362ad222e2ce53e668d36f9 Commit msg: ``` text Modify should_show_rating, now returns a jQuery promise Starts to address #4408. First, should_show_rating becomes a promise since it...