Results 40 comments of RJ Garcia

Why don't we just pass the entire token instance into the request? Then if you'd like to attach more request attributes, you can do it in a middleware down stream.

@maximebeaudoin interesting. I feel like a request attribute is most appropriate for things like a parsed representation of the JWT. I could be wrong. Giving the entire token in the...

Considering that hhvm is now diverging from PHP, supporting HHVM doesn't seem viable. I'm most likely just going to drop hhvm support.

@agrrr3 this is an interesting feature, can you paste some example output in here?

Ah, gotcha. I'm not opposed to this idea, let's make a list of tools that implementing diffing with nice output. Can you compare to what other matchers or test runners...

Let's add a test to highlight the bug, and then also we'd need to support this in the `insert` method as well. Another solution which might work fine is: 1....

Good find. My gut tells me that this should be using the parent section content when pushing or not or define its own. I think this should be doable to...

I'm not aware of any other solutions for this, but feel free to submit a PR updating any deps!

Thanks for the suggestion @tobia, can you find examples of this type of function signature and naming in other functional libraries in php or in other languages? not necessarily against...

thanks for the heads up, you're also welcome to submit a pr. Regarding complement, can you link me to some examples of libraries that use complement vs not?