Tom Denley

Results 19 comments of Tom Denley
trafficstars

Well, that's a good sign, though these are the first commits since April, and there are still no recent releases, no activity on the Slack workspace, and everything running on...

Furthermore, we used to get regular releases with updates to Concourse. There hasn't been a new release for since March 2023 and the current Concourse shipped version of 7.8.3 lags...

Thanks for letting us know, and thanks for updating the README

The [AWS Documentation](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/register-multiple-targetgroups.html) states under the "Multiple target group considerations" section that "The service must use the rolling update (ECS) deployment controller type." As this issue states, it would be...

No problem, I'm hoping to use nippy to deserialise input-streams directly from S3, so that I don't have to hold all the bytes in memory before deserialisation. I'm using `thaw-from-in!`...

Well, we aren't using the cache feature yet, so this issue might be moot. I couldn't immediately see how to call the standard freeze (with header) with an output-stream (nor...

I quickly put a pull-request together, just to show you what it would look like before refining anything too much. I'm concerned that these changes might affect performance, which is...

I'm hitting this too, with: ```yml - name: otel-java-instrumentation-github-release type: github-release icon: github source: owner: open-telemetry repository: opentelemetry-java-instrumentation tag_filter: "^v?(2\\.16\\.0)$" ``` The release notes for v2.16.0 contain a :toolbox: character,...

I have raised [Issue 9205](https://github.com/concourse/concourse/issues/9205) against concourse/concourse for this.