Kyle Fuller

Results 123 issues of Kyle Fuller

Syntax highlight the body block from a request and response section. This should take the content-type in brackets and infer the type to a syntax. (`application/json` = `javascript`). ### Example:...

enhancement

- [ ] `date-time` - [ ] `email` - [ ] `hostname` - [x] `ipv4` - [x] `ipv6` - [x] `uri`

enhancement

Making use of [JSONSchema](https://github.com/kylef/JSONSchema.swift) to provider a matcher. This might look something like: ``` swift let schema = Schema([ "type": "object", "properties": [ "name": ["type": "string"], "price": ["type": "number"], ],...

enhancement

I am not interested in maintaining this project anymore. I think the problems that I was trying to solve in PathKit should just be solved in the standard library for...

This is more of a development problem and does not affect users as it is with dev dependencies. When cloning the repository and running yarn, yarn warns about incorrect peer...

easy to fix