Jacob Evelyn

Results 55 comments of Jacob Evelyn

Okay I dug in a bit more here. The challenge is that even if we change our `def memo_wise` to have something like this: ```ruby def klass.included(base) base.class_eval

> What if we change MemoWise to actually error out if we use include instead of prepend? @ms-ati I think the issue is it's not caused by someone `include`ing MemoWise,...

Thanks @moskyb! If there's a way to clarify that in the docs that would be helpful.

Hi @qxygene! This isn't a big priority for us, so I think it's unlikely that we'd build it ourselves. We'd be happy to consider pull requests though if it's something...

Hi @xbaha ! Could you add some screenshots so we can see what you expect it to look like vs. what it does look like? Thanks! ❤️

Thanks @xbaha, and sorry for the delay! I see what you're talking about in the screenshots, but I'm not able to reproduce it using the data in `test.html` in this...

Thanks for the tip, @creativitRy! (And sorry for the slow response!) Using the `test.html` file in this repository that we typically use for testing the behavior of this package, I...

Gotcha, thanks! I'll try playing with this a bit more and see what I can come up with.