Kyle Fuller

Results 243 comments of Kyle Fuller

I don't think the word "Verbs" should be used, it's _never_ described as this in the [HTTP specification (9)](https://www.ietf.org/rfc/rfc2616.txt) but instead called "Methods".

@Perni1984 Yes, there was an accepted [RFC 4: Request Parameters](https://github.com/apiaryio/api-blueprint-rfcs/blob/master/rfcs/0004-request-parameters.md) which has been implemented. Support for request parameters has been implemented in the master branch of drafter [via [drafter#230](https://github.com/apiaryio/drafter/pull/230)]. We...

I forgot to mention, the changes for the API Blueprint specification can be found at https://github.com/apiaryio/api-blueprint/pull/293, merging this is pending a new release of the parser.

Just linking this here since it's slightly related and would make this easier: https://github.com/getpelican/pelican/issues/1488

It's not all localised, this was just a start.

I was wondering if it makes sense that curl-trace-parser was to become an adapter for Fury. Then you can use it in conjunction with other fury adapters such as API...

That sounds like an interesting idea. I think it makes sense to support subclassing `Request` model and telling django-request to use a subclass. Could also provide a hook so that...

Ah yes you are right, you can implement `from_http_request` on the model.

I though about this too before. It doesn't necessarily need to take a project file, but instead a bunch of files so I can run it across specific files too....

@ljharb Do you think it is worth clarifying this in the style guide? I think in general the use of functions vs named arrow functions in the global namespace isn't...