David Chelimsky

Results 22 comments of David Chelimsky

Actually, I'm not necessarily looking for the same solution, but I have a similar problem. In my case, I want different filtered views on different pages. I already get different...

@ordnungswidrig is this on your radar in 2016? It's been 18 months since the last comment and I just ran into a bug caused by `:exists` instead of `:exists?`.

This is a side-effect of adding `IDeref` to a `defrecord` in order to support ref-like syntax for unwrapping monadic values. I don't know if this is a _good_ solution, but...

Clicking on the link to the report gets me a 404. What was the issue?

See #79 for some background info on this.

I'd like to have solid defaults as well. The question is whether to make them hard dependencies (as we do now with diff-lcs) or make it more like `if defined?(SomeDiffer),...

@playupchris: - we can still add `be_json_matching` (`JSON.parse(actual).should eq(expected)`) - we can use `diff_matcher` for hashes and arrays, but still use `diff-lcs` for strings and other objects - `[1,2,3].should =~...

This has been sitting around for over a year. Is it even an issue any longer? Can we close it?