smithy4s icon indicating copy to clipboard operation
smithy4s copied to clipboard

https://disneystreaming.github.io/smithy4s/

Results 216 smithy4s issues
Sort by recently updated
recently updated
newest added

If we are ok adding another library, Pprint is helpfult to present as clear evidence as possible of inequality between values when using the Compliance tests

Updates [com.lihaoyi:os-lib](https://github.com/com-lihaoyi/os-lib) from 0.8.1 to 0.9.0. [GitHub Release Notes](https://github.com/com-lihaoyi/os-lib/releases/tag/0.9.0) - [Version Diff](https://github.com/com-lihaoyi/os-lib/compare/0.8.1...0.9.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

We might be doing something wrong, but it seems that custom library-defined traits are not properly supported by the codegen plugin. **Our setup:** - we have a library which defines...

On Scala 3.2.0, adding the "-source:future" compiler option causes compilation to fail with the following error message: `_ is deprecated for wildcard arguments of types: use ? instead`

Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) from 1.11.0 to 1.12.0. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.12.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.11.0...v1.12.0) I'll automatically update this PR to resolve...

Updates [com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core](https://github.com/plokhotnyuk/jsoniter-scala) from 2.17.9 to 2.18.0. [GitHub Release Notes](https://github.com/plokhotnyuk/jsoniter-scala/releases/tag/v2.18.0) - [Version Diff](https://github.com/plokhotnyuk/jsoniter-scala/compare/v2.17.9...v2.18.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

If your organization uses `aws sso` for authentication, the documented "credential chain" isn't enough - [you need to look at files in `~/.aws/sso/cache/*.json`](https://docs.aws.amazon.com/sdkref/latest/guide/feature-sso-credentials.html). Smithy4s doesn't implement that: I think it...

enhancement
AWS support

I'm looking at: https://disneystreaming.github.io/smithy4s/docs/overview/cli and trying to generate the open api from the smithy files. in a custom directory taking the structure introduced in the quick start example as the...

documentation

Updates [co.fs2:fs2-core](https://github.com/typelevel/fs2) from 3.3.0 to 3.4.0. [GitHub Release Notes](https://github.com/typelevel/fs2/releases/tag/v3.4.0) - [Version Diff](https://github.com/typelevel/fs2/compare/v3.3.0...v3.4.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Spawned by https://github.com/disneystreaming/smithy4s/pull/599#discussion_r1020671261. You can apply some hints on collection members, e.g.: ```smithy list Strings { @deprecated @documentation("foo") member: String } ``` and they don't end up in the generated...

bug