Christopher Gjøvåg

Results 8 issues of Christopher Gjøvåg

**Problem** The [Cloudwatch.Metric:put_data](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudwatch.html#CloudWatch.Metric.put_data) documentation specifies the following request syntax: ```python import boto3 cloudwatch = boto3.resource('cloudwatch') metric = cloudwatch.Metric('namespace', 'name') response = metric.put_data() ``` ie. no arguments/parameters for the `put_data` method....

bug
documentation
needs-review

Would it be possible to support default values for optional query params? Either as a value in the `@QueryParam` annotation, or by using a default value from the constructor?

I have been trying to use this action in a reusable workflow. Whenever I try to I get an `Error: The security token included in the request is invalid.` My...

needs-triage

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? I would like to be...

Due to someone creating a branch matching `*.yml` there is now a file in our `.git` folder that looks like a `.yml` file. There should never be a reason to...

Currently installing this plugin without using `--legacy-peer-deps` fails when using `gatsby@>=5.0.0`. ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving:...

I was wondering if there is any reason why you have ```json "peerDependencies": { "@rescript/react": "

### Describe the need I would like to add `id` to the output of the `github_app`. This is for example used in the `github_repository_ruleset` resource when defining `bypass_actors`. ### SDK...

Type: Feature
Status: Triage