Results 12 comments of Jake Scott

+1 I'm having the same issue and have been trying to work out what was going on

I think they are always working on improving performance of it http://james.newtonking.com/archive/2015/12/20/json-net-8-0-release-1-allocations-and-bug-fixes

And it's not too bad if you look at some benchmarks (which already look out of date) http://theburningmonk.com/benchmarks/

I've got the same issue with FusionAuth. I can authenticate and get back both an access_token and id_token. I've tried using both in the Authorization header + setting the "Client...

@abbasidaniyal I think this has been addressed by another author here: https://github.com/jonsaw/amazon-cognito-identity-dart/pull/63 You should leave 'generate client secret' checked for native apps. It's just when your using javascript sdk you...

FYI you can also run this command: ```sh openssl s_client -connect token.actions.githubusercontent.com:443 < /dev/null 2>/dev/null | openssl x509 -fingerprint -noout -in /dev/stdin SHA1 Fingerprint=15:E2:91:08:71:81:11:E5:9B:3D:AD:31:95:46:47:E3:C3:44:A2:31 ``` Just remove the `:` and...

I agree this would be a great feature to add, I jumped straight into using Hyprlinkr, and only after playing around with it for a couple hours and I couldn't...

I wish I knew about this haha! I had the same problem and had to use the AWS DynamoDB SDK to do this for lambdas that stream from DynamoDB. But...