Lee Hinman
Lee Hinman
I'll check out the branch, thanks for the reminder!
@ztellman I agree that what the predicate gets passed is a little confusing, but I think for the subset of users that would find this useful, `[parent key]` will suffice,...
Hmm.. okay, I can push the `tools.namespace` change in the short term. Long term, it would be good to upgrade test.generative. It's disappointing that a minor release (going from 0.1.4...
I don't really have any input for how this would be implemented, the only requirement would be to keep the same performance characteristics that cheshire currently has. Perhaps the `cond`...
@cemerick hmm... I see that this is an issue.. I'm not sure yet what the best thing to do in this situation is, I'll think about this.
> JSONable isn't actually documented at all AFAICT? Yeah, right now only `add-encoder` and `remove-encoder` are documented, as I think it's good to have a small entry point for this....
> I still think option (3) might be better all around, but the work necessary to implement and validate it (esp w.r.t. performance regressions) is obviously way larger than just...
@MerelyAPseudonym you should be able to create your own instance of a class extending `DefaultPrettyPrinter` and plug that in for `:pretty`, that will let you indent however you would like
You're right, I've been very lax with it :( For now, until it gets updated, you'll have to look through the commit log to see what's changed (sorry about that)
Thanks for reporting this @lvh, I'll take a look at it. > I'd personally be pretty happy if CBOR and SMILE dependencies were optional I think I agree with this,...