Jack Low

Results 3 issues of Jack Low

The Google BigQuery UI no longer uses legacy by default.

I'm proposing something like: ``` def sizedDistinctListOf[T](size: Int, gen: Gen[T], eq: (T, T) => Boolean): Gen[List[T]] ``` In my own codebase, I've got something similar where `T` is constrained by...