Daniel Vigovszky

Results 182 issues of Daniel Vigovszky

The AWS Java SDK is planning to switch to Smithy based code generation so the currently used schema model will be deprecated. The next major version of zio-aws should use...

It fails with `Data read has a different checksum than expected`, but it can randomly pass if pausing it with a debugger for example. My investigation shows that the stream...

bug

Hint https://github.com/aws/aws-sdk-java-v2/blob/master/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/FileAsyncResponseTransformer.java#L74

bug
question

Drop `asyncJavaPaginatedRequest` if possible and use `asyncSimplePaginatedRequest` instead. This would make all pagination unified and run the aspects for each pagination call not just the top level one.

With example project and full example in doc site

documentation

Generating scaladoc is required for publishing to Maven central anyway, and all the data is available in the schema for it.

enhancement

This came up in a discussion of https://github.com/vigoo/zio-aws/issues/144 and I wanted to move this topic here. I believe the `DerivationUtils.constant` and `DerivationUtils.constantString` would be useful outside the derivation implementation too,...

enhancement

This PR adds Scala 2.12.1 to the supported compilers. Had to remove some unused imports make it compile, no other change was necessary.