Avdi Grimm
Avdi Grimm
Are the tests passing for you? I pushed a bunch of updates to get the tests passing again.
If a README guide to installing all the deps happened to fall out of that process, I would be very happy :-)
Do me a favor and run a failing quarto task using `rake --trace --rules` and let me know what you see. On Mon, Dec 2, 2013 at 12:01 PM, Rob...
I just pushed my fixes for real this time. Are you still getting failures with the new code?
I'd be willing to merge something like this, but I have some notes I'd want to see addressed first: - this could blow up memory use in non-obvious ways. I'd...
There is always a chance that, in the face of sufficient magic in another library, the answer will be "don't do that". However, if it's possible to make it work...
Thanks for the test case. This is an interesting case. Defining `#method_missing` means that, by definition, we can't accurately mimic the class' full interface, since whether it responds to a...
Thanks Alex! I'll review this when I can.
On Tue, May 19, 2015 at 11:22 PM, Myron Marston [email protected] wrote: > I'm realizing that as_null_object has multiple facets of behavior that > are not always desirable And there...