Frank Thomas

Results 290 comments of Frank Thomas

I don't know if waiting for a few seconds or minutes between PRs would have meant that it would have never hit the secondary rate limit.

Closing since this is IMO out-of-scope for this repository. If someone wants to work on this in a separate repository under the [scala-steward-org organization](https://github.com/scala-steward-org), I'm happy to create it and...

Thanks @FunFunFine! Can we also add `commutativeSemigroup` / `commutativeMonoid` tests like this: ```scala checkAll("CommutativeSemigroup[PosBigDecimal]", CommutativeSemigroupTests[PosBigDecimal].commutativeSemigroup) ``` Or do they also fail because those instances are only approximately associative, too (like...

Oh, that fails because we lack `Arbitrary` instances for refined `BigDecimal` types. I'm fine with merging this without these tests then.

Closing since this is out of scope for circe-config.

Thanks for the PR, @vhiairrassary! I merged the latest changes from `master` into your branch and fixed a few build issues. I plan to release 0.10.0 with Scala 3 support...

circe-config 0.10.0 with Scala 3 support has been released.

I had a similar issue and fixed it by bumping the webpack version in the sbt build: ` webpack / version := "5.76.0"`. Maybe newer webpack versions do not fail...

> Of course. I have no permissions to create a project in the scala-steward-org organization. But I'm happy to migrate. I've just invited you to the organization so that have...