Baptiste Clavié
Baptiste Clavié
Add a `not` helper method on `Assertion` to "negate" an assertion. As `all` does, it just adds a `not` in front of the method name, before the `add` is added.
I'm not sure how to deprecate things, but I "deprecated" `noContent` and transformed it into an alias for the new `empty` assertion. Fixes #249
We currently have a lot of duplications for `Request` and `Response` dumpers for the var-dumper (one for basic, one for json). This may need to change.
Implement JSONPath support for json context (see https://github.com/SoftCreatR/JSONPath) To push a bit further would be to support "switching" the fetching of the data from the Json.
Support form data support for the "parameters" (will probably though another step than the current "parameter" query).
The README is not enough. Or is it ? :P
Add some tests. :}
Now that nvim 0.5+ was released, I should consider to move my config to lua (and split config files too)
As I'm pretty forgetfull, just a `sh install.sh` would be quite useful. :}
Hi, Wanted to try your maintained version of agnoster, and once I installed the theme, all I have is :  When I try to let's say `agnoster_add_segment status`, it...