Shawn Garner
Shawn Garner
Plugin version `addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")` When running scalafmtAll command: ``` [error] (my-application / Compile / scalafmt) failed to resolve Scalafmt version '2.6.2': https://artifactory.my-company-artifactory.com/artifactory/libs-release/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar: unauthorized: https://artifactory.my-company-artifactory.com/artifactory/libs-release/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar (Artifactory Realm) [error]...
### Describe the bug See https://github.com/aws/aws-sdk-java-v2/issues/3381#issuecomment-1695937788 ### Expected Behavior Same as https://github.com/aws/aws-sdk-java-v2/issues/3381 only for only for aws-sdk-java ### Current Behavior SdkClientException is wrapping OutOfMemoryError ### Reproduction Steps See stack trace...
Closes: https://github.com/profunktor/redis4cats/issues/822
Support pools of connections. Maybe utilize [lettus pool support](https://github.com/lettuce-io/lettuce-core/wiki/Connection-Pooling#connection-pool-support) somehow _Note:_ We did end up writing a pool using [keypool](https://github.com/typelevel/keypool). Not sure if we did it right but we're going...
I see that Scala 3 support was added for 3.0 but it was never released / published to maven central. It would be nice to get this published so it's...
Given a comment on the first line could we have our span name be or have `selectLatestFooBar` in it? ```sql -- Name: selectLatestFooBar select foo, bar from baz; ``` Currently...
I'm not understanding why with the following it its making me define Scalacheck arbitraries for nested models: ```scala object ArbDerivation extends AutoDerivation[Arbitrary] { override def join[T](ctx: CaseClass[Arbitrary, T]): Arbitrary[T] =...
I've forked and attempting to rewrite in Scala and had some questions. There are times in TerraFrame.java where you have a `for` loop which starts at 1 instead of 0....
I was hoping to look into using this project however our app is using Scala and I don't see a Scala 3 release on Maven Central. Are there plans to...
We have a lot of java things we interact and they can throw exceptions or have null in certain pojo fields to where if we use them in a string...