Matthew Rowles

Results 22 comments of Matthew Rowles

Has this been fixed in any HN app yet?

@DavidNielsen Got it! Thanks :+1:

Additionally, for some reason the scroll doesn't work when you are at the very bottom of the page (scrolled all the way down), unsure if related.

Any updates on this? Any help required with testing? I used to be able to handle this on the client by catching the error and reauthorising ([shout out to Bobby...

@ventz Thanks for this! However, using `shell: bash` fails when I add the `container: alpine:latest` line, I assume we now have to deal with this manually though. Explicit error: ```...

@ventz Got it! So I'll need to install bash, aws etc. if I was to use anything not provided. No dramas, thanks for the help! For future people, my main...

This is what I ended up with, pretty sure it's not the most efficient solution since it has to be run at every job (since each job is a new...

I noticed SecretsManager > listSecrets request params are missing 'Filter' param. ``` const listSecretsRequest: ListSecretsRequest = { // this errors out Filters: [{ Key: 'name', Values: ['someSecretName], }], }; const...