Doug Day

Results 17 comments of Doug Day

It looks like there are similar problems with Azure SSO: https://github.com/aws/aws-cli/issues/5636#issuecomment-723202463

Also this: https://github.com/awslabs/amazon-ecr-credential-helper/issues/229#issuecomment-712682927

I haven't tried myself, but my teammates have reported that the 2.3.x versions don't exhibit this problem. As a temporary workaround, I've created this credential helper that stored the SSO...

For those that need to support many teams with this, I've created a temporary workaround credential helper. https://github.com/dougrday/docker-credential-plaintext It's working with our teams with AWS SSO, but it's definitely not...

Setting `value.schema.file=src/main/avro/user.avsc` should accomplish what you're after.

@phillip-haydon Pagination is still on the todo list. This would be part of that effort. If anyone wants to take a stab at the implementation, this would be a great...

I'm moving to a new position at a new company, stay tuned, I should have this reviewed/merged soon once that settles down a bit.

Natalya, Unfortunately, I've changed jobs recently and I'm no longer working with C# on a day-to-day basis. I'm happy to add you as an administrator to the project, as you've...

I prefer fluent style, because it doesn't require you to have control over the source. In some projects, models are out of your control.

Well, I think you'd know better than most :) I'll update the source to use `SubFields` instead. Thanks for the contribution!