Taylor Dawson

Results 52 issues of Taylor Dawson

Currently when a predicate is failed by returning a message the type is pre-pended to the message like so: ```ts const greaterThan = (max: number, x: number) => { return...

It would be great to be able to add text captions to gifs!

enhancement
help wanted

Is it possible to run this as a thin client?

### Description ### Checklist - [x] The version field in `package.json` is incremented following [semantic versioning](https://semver.org/) - [x] I tested locally to make sure this feature/fix works - [x] I...

### Description This PR adds the github action that will auto-run status checks on new PRs

Adds documentation to the web3-onboard repo

Fixes #13. Uses [suggestion](https://github.com/dempfi/ava-playback/issues/13#issuecomment-453760032) by @kasperstorgaard Adds compatibility for [ava.config.js](https://github.com/avajs/ava/blob/master/docs/06-configuration.md). See commits for more details.

There should be an option to allow a wildcard for certain header attributes. I have an api key in a header but I want `ava-playback` to ignore it like similar...

I am wondering how you are hashing the json headers that are sent with the http request? Doing so you are able to bind a request to its header. In...