Nick Sutterer
Nick Sutterer
Interesting, in jQuery, there are two different stop methods: stopImmediatePropagation is our present #stop!, whereas stopPropagation is what you want.
Why does the build break with the old uber?
Not sure if I got it right - do you mean something like that? https://github.com/apotonick/representable/pull/22 In @timoschilling's proposal, you kinda have one representer that automatically knows how to handle collections,...
I definitely like the "collection wrapper" idea from @timoschilling and will try to get that working. Can you give some examples how the automatic `:class`/`:extend` guessing would work (with nested...
Please make an example of how and especially _where_ you would like to use the event return value.
Hi Chris, the `_hooks` object uses `inheritable_attr` which is "safe" to manipulate in subclasses. We do it all the time in many gems. What makes you think it could lead...
It's a valid, justified question! I had many memory leaks!..... with ActiveRecord haha! :grimacing: If you change the `_hooks` "content" in B, its superclass A will still reference all the...
Uhm, no, no. I haven't worked with this gem for a long time, but I can't see why this wouldn't work. Have you considered using Trailblazer's `Operation`s for your use...
Yeah, I had the same bug! We need a test for that, though.
A minimal app to provoke the bug is always the best idea - can you provide that, atambo? Would be great for me for debugging!