Caleb Buxton

Results 13 comments of Caleb Buxton

A private key. Check my fork of omniauth-jwt for test cases as examples of how it should behave On Wed., Nov. 20, 2019, 8:20 p.m. Sameer Chowdhury, < [email protected]> wrote:...

IE: public key decodes https://github.com/trykinside/omniauth-jwt/blob/master/spec/lib/omniauth/strategies/jwt_spec.rb#L120 private key encodes: https://github.com/trykinside/omniauth-jwt/blob/master/spec/lib/omniauth/strategies/jwt_spec.rb#L102

Or even this very project's readme example specs https://github.com/jwt/ruby-jwt/blob/be861685af7975fefe43e5eccfe2a552aa818cb6/spec/integration/readme_examples_spec.rb#L32-L43

@schowdhury does that help?

Does this persist after logging out with `dbxcli logout` ?

I did a test with multiple `failure` child nodes on gitlab: ![image](https://user-images.githubusercontent.com/10550/70189563-7dda5980-16a8-11ea-9643-9c03e32a1064.png) We can see the detail modal summary leaves something to be desired. So, the remaining questions for the...

I'm noticing this when the server signals to close the connection, and I found this resolved things for me: ```ruby class RespectTheClose < Http::Feature def wrap_response(response) case response[:connection] when /close/i...

I think you might have more success with this pull request if you remove the .gitignore file. Your proposed documentation change is a bit confusing. The way you phrase "the...

As shown in the activity, I've created an updated branch for this. https://github.com/brendon/ranked-model/pull/195 @brendon what do you mean by "folded"?

I'm forking to _evaluate_ it. My fork has a green build on checkout and I'm publishing the fork's gem to here: https://github.com/trykinside/meta_events/ When you say: > avoid us having to...