Jonathan Ryan
Jonathan Ryan
Having the same exact issue on Arch Linux with a pretty old Radeon HD 6870. I'm using the open source radeon driver.
I have the issue with Terraform v0.15.3
@toloveru, it's not supposed to output anything... I've gotten it to work via @phryneas instructions. You may need to run pass inside of WSL and make sure the gpg-agent is...
I have the same issue. Here's an abridged pipeline config: ```yaml - name: terraform-plan-apply-dev serial: true serial_groups: [ dev-deploy ] on_failure: ((slack_notifications.put_failure_notification)) on_error: ((slack_notifications.put_failure_notification)) plan: ... - put: terraform params:...
I did an initial implementation of the Services RFC. https://github.com/concourse/concourse/pull/8673. I'd want some feedback from Concourse maintainers before finishing it, so I don't waste my time if they won't accept...
Please merge :)
Any news on this? I'm finding it really hard to take multiple Web Sockets' messages into a single Sink to process each message one-by-one.
I think for me getting a callback with failed emissions is good enough. I can at least retry them later or log them.