Jeremy Fairbank

Results 23 issues of Jeremy Fairbank

This should go in the docs and maybe even an `examples/` folder if someone wants to tackle that. Would covering the frameworks below be sufficient or are there other popular...

enhancement
up-for-grabs
good-first-task

Need to devise a way to use providers in endless loops.

enhancement
discussion

Most assertions libraries allow you to specify a custom message/label as the last argument. This is tricky for test plan because some effect assertions like `call` take variable number of...

enhancement

It would be nice to incorporate async validations. Definitely need time to think through a frictionless API that works nicely with the current API for sync validations.

enhancement

At minimum need to support the `:as` option. ``` ruby Chroma.define_palette :dynamic_palette do |opts| spin opts[:angle] || 90 end 'red'.paint.foo(angle: 60, as: :rgb) ```

enhancement

Need to test more colors in public API. Also, need to test internal classes and some private APIs.

tests

Along with examples, the docs in the README need to be more robust and highlight the API options better.

help wanted

An examples folder with demos to show different use cases would be helpful

help wanted