Results 15 issues of richzw

When I try to verify subscription test receipt on iOS, I got the following error, `cannot unmarshal object into Go struct field IAPResponse.latest_receipt_info of type []appstore.InApp` Then I define another...

app store

We want to send compressed body by gzip HTTP request in chai-http in mocha. ```js let chai = require('chai'); let chaiHttp = require('chai-http'); const zlib = require('zlib'); chai.use(chaiHttp); object =...

Per doc > -- If deploying as non-superuser (for example in AWS RDS), uncomment the GRANT -- line below and replace with your root user. -- GRANT postgres_exporter1 TO ;...

Try to remove the incorrect fourth method of Reclaim expired keys memory faster

In my app, the `Sender` which wrapped with `amqp` as following ``` javascript Sender.prototype.createConnection_ = function () { var deferred = Q.defer(); this.con_ = amqp.createConnection( this.connectOpt_, this.implementOpt_ ); deferred.resolve( this.con_...

Complete homework: add openai.chatcompletetion.create and weather query api to function call

Related to https://github.com/anthropics/anthropic-sdk-python/issues/538

enhancement
bedrock
sdk

Currently, if we want to access the aws bedrock through role arn, we should ``` bedrock_role="arn:aws:iam::xxxx:role/bedrock-access-role" credentials = boto3.client('sts').assume_role(RoleArn=bedrock_role,RoleSessionName='assume-role') client = AnthropicBedrock(aws_region="us-west-2", aws_access_key=credentials['Credentials']['AccessKeyId'], aws_secret_key=credentials['Credentials']['SecretAccessKey']) ``` Should we support access aws...

enhancement
bedrock
sdk

Try to solve the issue https://github.com/anthropics/anthropic-sdk-python/issues/432

bedrock
sdk