Ryan Dewhurst

Results 25 comments of Ryan Dewhurst

Thanks for the pull request! I like the idea of straight to STDOUT instead of an array, although this does then not allow to uniq the final result within the...

extends should work exactly the same way as partial in you situation? `extends('common/duration_units')` doesn't work? You'll have to rename your file to `common/_duration_units.rabl` (note the underscore)

Just an FYI that we will be deprecating APIv2 on October 1st 2019, please update to APIv3 as soon as you can. Thanks! APIv3 Documentation: https://wpvulndb.com/api/

This might be too obvious, and I don't know Go enough to check myself, but I assume `multiline match` regexs are being used? (the `m` flag)

@andreibondarev Hi! Not sure if `adapter: :em_http` is relevant, but perhaps I'm misunderstanding your response. The use case is to use a web proxy see the raw HTTP requests and...