Kevin C

Results 13 comments of Kevin C

@tiagopog could we add this? It would be very useful

@tiagopog I'm finding that I need an operation processor for other reasons. Is there support for it? https://jsonapi-resources.com/v0.9/guide/operation_processors.html

I am also experiencing this but I am only instantiating once. It doesn't seem like the `processComment` and `processMessage` (in OP's example) would cause the issue because for both of...

@blackchineykh did you find a solution?

I think the naming is confusing. I think what it means is that all the following will be considered invalid: - `''` - `' '` I think it is intended...

I also ran into this issue (because I need to pull a private bitbucket repo) and had to manually add `ssh-add -K ~/.ssh/id_rsa` I also have to add the following...

@shimataro thanks could you clarify the following? > My action prepends LF to secrets. So, it is not a problem as long as this action is used at last. I'm...

I too need a solution that does not require me to cache the password... seems pretty insecure. Thankfully I'm doing this server-side. Still would prefer an API that would just...

Any update on when this will be released? @lozjackson

@debora-ito [This](https://github.com/aws/aws-sdk-java-v2/issues/3418#issuecomment-1255310111 ) suggested flow is a bit problematic if you have a lot of users logging in as the `ConfirmDevice` call utilizes the `UserResourceUpdate` [quota](https://docs.aws.amazon.com/cognito/latest/developerguide/limits.html) which is low and...