Stan Hu

Results 227 comments of Stan Hu

Actually, it probably makes sense to use `Aws::CredentialProviderChain`: https://github.com/aws/aws-sdk-ruby/blob/6f4c71d859a0781be0ec8f3b29a8d4576f3d9d44/gems/aws-sdk-core/lib/aws-sdk-core/credential_provider_chain.rb. But at this point maybe it's easier to have a Fog implementation that only uses the AWS SDK.

@geemus Yeah, I explored using `Aws::CredentialProviderChain` and just including `aws-sdk-core`, but unfortunately it appears that: 1. This appears to be a private API. Someone has asked to make this public:...

@miparnisari `TestListBucketPages` is failing because the list pagination no longer works with your changes. https://github.com/aws/aws-sdk-go-v2/blob/main/example/service/s3/listObjects/listObjects.go is an example of how to use this paginator. I think we can drop `mustListBucketV1Pages`...

https://github.com/sinatra/sinatra/pull/2081 is the proper fix for Sinatra. I should note that Prometheus v2 ignored `Content-Type` headers that failed to parse, but with the introduction of https://github.com/prometheus/prometheus/pull/15136 Prometheus v3 requires a...

Oh, sorry, it looks like 2.5.14 did fix it. I had only tested 2.5.13.

@deivid-rodriguez Actually, I'm still seeing this problem with 2.5.14 with a different `Gemfile.lock`. The reproduction step above doesn't have any issue with 2.5.14 now, but I still see the issue...

@nbulaj What do you think of this pull request? Also I'm not sure how best to fix the Code Climate errors. I tried to disable the `method-count` check for just...

@nbulaj I don't think there is a spec governing how scopes are handled; I think that is an application-specific decision. I will keep looking.

As https://datatracker.ietf.org/doc/html/rfc6749#page-23 mentions: > The strings are defined by the authorization server. RabbitMQ, for example, supports wildcard OAuth2 scopes: https://www.rabbitmq.com/docs/oauth2#scope-translation