Brian P. Holt
Brian P. Holt
Thanks for your offer! I'm definitely open to it—we could definitely use the help—but before giving maintainer privileges to someone, I like to see a history of contributions to the...
It looks like the build config for this repo was far enough out of date that we need to upgrade some things before GHA will run our jobs. Sorry about...
Ok, I think the build is working again. Can you please update this PR accordingly? Thanks!
> ``` > [error] sbt.librarymanagement.ResolveException: Error downloading org.typelevel:kind-projector_2.12.20:0.13.2 > ``` > please review this getting this error help to resolve @bpholt Using [Coursier's `complete-dep` feature](https://get-coursier.io/docs/cli-complete), we can figure out what...
I'm not sure what you mean by a custom `Async` instance. Could something like this work? ```scala def runWithActivatedSpan[T](run: F[T])(implicit F: Sync[F]): F[T] ``` (edit: maybe you weren't replying to...
> > I noticed that there are several other fields that are documented as nullable in the Java documentation. I'm not sure whether we want to fix all these by...
~~This is failing because we're on an old Scala.js version. Hopefully we can merge #592, and then I'll rebase this to take advantage of the update. Until then, this can...
Can you discuss the motivation for this a little bit? In particular, why pull in smithy4s-core here? I like the idea of having newtypes for `AwsRegion` and `AwsArn` but I'm...
I think it is a good idea not to publish from forks by default, but I can envision situations where users legitimately would want to do so, so I don't...