Anthony Smith
Anthony Smith
I think it would be handy to compile `libgraphqlparser` as part `graphql_parser`'s compile process. I'm assuming you're not already doing this because of this line in the README: > But...
`graphql_parser` currently supports `Poison` but most of the community seems to have migrated to `Jason`. Poison and Jason have pretty similar API's so it would hopefully not be a big...
Any interest in supporting lodash?
I was wondering if there is any interest in supporting `ash` in addition to the current support for `bash`. I imagine a lot of people in the community use Alpine...
Examples
It would be great if you could provide some examples of documentation generated with `yard-activerecord`. I'd like to see what I'm getting into before I commit ; )
It would be nice if you could specify a function as a header value so you could have a set of default headers that may be calculated per request. ```...
Endpoints to implement list add followers suggestedvenues suggestphoto suggesttip update follow unfollow additem deleteitem moveitem updateitem share
@whatyouhide initial attempt at adding failed validation to `NimbleOptions.ValidationError`. Only implemented support for `{:type, :integer}` so I can get a sanity check on whether you think I'm on the right...
I'd like to be able to perform some additional processing when validation fails for specific reasons. This is difficult to do considering there's no way to know what caused the...