Olivier Mélois
Olivier Mélois
... (as opposed to "current" seed, which doesn't quite work when parallelism is involved due to non-determinism) Also change the config to take a "Seed" as opposed to a long.
to help downstream users ... but also after we assess how much of a pain it'll be to try to guarantee backward compat
Not having it is annoying.
Self explanatory
cat's IO should not be on the classpath of monix/zio/specs2/scalacheck modules
* Added an XmlDocument.Encoder construct * Created an XmlEncoderSchemaVisitor * Derive an instance of XmlDocument.Encoder from schema * Fix a few things in the decoding logic
Add a number of construct that allow for the parsing of XML data into Smithy4s-generated datatypes. The heavy-lifting (parsing) is provided by fs2-data. We interop with it by implementing the...
The sigv4 trait contains what seems to be the service-specific name that should be used during the signature of the request.
The AWS RestJson protocol is by AWS to build tooling that is not necessarily related to AWS-SDK . For instance, [smithy-rs](https://github.com/awslabs/smithy-rs) aims at allowing users to derive server-side bindings. We...
Hello everyone. I'm looking for a way to configure the docusaurus plugin with a custom textmate grammar to get highlighting for languages that aren't supported out-of-the-box by Shiki. Could anyone...