David Talbot

Results 11 comments of David Talbot

Hello, we experience a similar issue. Which we believe is timing related. This is from a fresh install; standard roles being added from `000-organization-build/*`. We are using a pipeline with...

> great, thanks! will fix/look into this soon. > also: My understanding is that retrying the build is a workaround. is this correct? @OlafConijn Yes, re-triggering the build is a...

Hi, we are having a similar issue. We have updated to the latest version of projen and I can't get `yarn test` to run without updating snapshots. `antitamper` has been...

i got annoyed enough (i do some code. run tests. they automatically update snapshots). kinda pointless. added this to projenrc: ``` project.tasks.tryFind('test').reset('jest --passWithNoTests --all') ``` not the prettiest or there...

Hello, any update on the state of this project (i feel like it is dead :cry:)... We actively use CMAK - however with our last clusters being upgraded, CMAK no...

I have the need for the same use case. but currently cannot find a workaround to get this behaviour to work. If putting external-dns into debug then we get the...

I came across also wanting to silence certain error types. I found this in the [code](https://github.com/opensearch-project/logstash-output-opensearch/blob/15287557967f4a98d20321a265f387a7c7bafa40/lib/logstash/plugin_mixins/opensearch/api_configs.rb#LL129C10-L129C40) ``` # Set the OpenSearch errors in the whitelist that you don't want to...

this seems to work (adding the version you want at the end of the plugin): ``` plugins: - grafana-athena-datasource - grafana-bigquery-datasource - grafana-opensearch-datasource 2.19.1 - ... ```

> [@caviliar](https://github.com/caviliar) does it lock the version? Yes it locks the version. The same as @vaibhhavv mentioned.

I have the same problem. Just added `cdk.Tags.of(this).add('foo', 'bar');` to my stack and got the `Version and release version updates cannot be combined with other updates` error. Would making the...