Daniel Patterson

Results 18 issues of Daniel Patterson

This looks like something that could be a parameter: https://github.com/racket/htdp/blob/73ec2b90055f3ab66d30e54dc3463506b25e50b4/htdp-lib/test-engine/test-engine.rkt#L146 And if it were also exposed as such, it would be helpful. As one example: I would like to be...

test engine

From the documentation, it would seem that this shouldn't work: ``` (quickcheck (property [(x arbitrary-integer)] (property [(y arbitrary-integer)] (= (* x y) (* y x))) ``` But it does; if...

For debugging, it's nice to be able to sample directly from a generator. You can obviously hack this together with state or IO and a property that stores or prints...

I was adding an authentication check, and thought that it would be nice if it were part of the routing (at least in the application I was dealing with, I...

As discussed in #25, this is a few additions that will serve two purposes: 1. Allow automatic file detection, optionally. This is achieved by having two forms for `define-var`: the...

For whatever reason, I've found it difficult to wrap my head around making autograders with this: I think it's the copy repo, edit files, etc, workflow that for whatever reason...

Right now, there doesn't seem to be a great way to print files out. Ideally, the print css would have just the definitions panel, and would have the whole file....

Good First Issue