Alex Shearn
Alex Shearn
Another use case from me: being able to inject or override a single parameter from **some other data source**, be it a secret store, some dynamic account info, a build...
Just bumped into this issue - I'm generating my spec based off annotations, and when I try to load it into AWS API Gateway it complains that x-go-package is an...
I'm currently battling with this but can't work out what's going on. I think the documentation is severely lacking. My problem: * I want to configure gitleaks via pre-commit to...
This would be really useful - to extend/add weight to the use case, I'd like to retain some things (e.g. SSM parameters, secrets, etc) in developer workspaces whilst destroying most...
Sorry, it's been busy at work and home. I'll try to get this ready for merging soon.
Okay - rebased, updated, linted, schema generated, and commits signed off! If you'd like me to squash the commits or squash-merge, let me know. 😁
Works fine for me on Mac 11.6.2, what version are you running on? What version of Go etc?
This appears to happen with other streams as well. I'm reading from a Kinesis Video stream that returns a `GetMediaResponse` for the important bit (reading the data). When I'm done,...
I can use the same workaround by doing: ```java ResponseInputStream inputStream = (ResponseInputStream) kvsStreamTrackObject.getInputStream(); inputStream.abort(); ``` ...although I then also have to call `.release()` else it throws an error on...
Currently battling this issue at the moment. We would like to: 1. Build an EKS cluster 2. Deploy plugins into that EKS cluster ...and do so ideally without needing to...