James Shaw
James Shaw
If you don't have the preceding slash, the baseURI is not set correctly in ServletContainer (baseURI and requestURI both have the entire path)
If a consumer tries to deserialize a record without a corresponding `SpecificRecord` class, it is deserialized into a `GenericData.Record` object (see `SpecificData.getForSchema()`). But `SpecificAvroDeserializer.deserializer()` cannot cast to `T` because `T...
GitLab provides a [`PATCH` request to enable or disable a project's `job_token_scope`](https://docs.gitlab.com/ee/api/project_job_token_scopes.html#patch-a-projects-cicd-job-token-access-settings). But, as far as I'm aware, this is not yet supported by gitlabform.
**Describe the bug** Changing gitlabform protected_environment deploy_access_levels from `user` to `access_level` does nothing (debug logs erroneously state: "myenv of protected_environments in mygroup/myproject doesn't need an update" Config before: ``` mygroup/myproject:...
cdk-organizations uses nodejs16.x lambdas [In several places](https://github.com/search?q=repo%3Apepperize%2Fcdk-organizations%20nodejs16.x&type=code) but, as reported in an automated AWS support email: > We [AWS] are ending support for Node.js 16 in Lambda on June 12,...
In order to avoid "strict MIME type checking is enabled" error with Chrome.
### Is your feature request related to a problem? Please describe. Yes. Using the Java agent lambda layer, metrics and traces from a RequestStreamHandler are not flushed promptly when the...
kotest 5.8.1 The following succeeds when it should fail: ```kotlin mapOf("foo" to "bar") shouldContain ("baz" to null) ``` due to https://github.com/kotest/kotest/blob/92091b869f3a8649cb9f6eed292222a0cd899cab/kotest-assertions/kotest-assertions-core/src/commonMain/kotlin/io/kotest/matchers/maps/matchers.kt#L10
Trying to CDK deploy a Service Control Policy without a description gives an error "You must provide a value for the parameter." An [SCP description is documented as](https://docs.aws.amazon.com/organizations/latest/APIReference/API_CreatePolicy.html#organizations-CreatePolicy-request-Description) "Required: Yes"...