Eric Peters
Eric Peters
MIN_VALUE/MinValue should be good candidates for a translation too.
original code: `private BigMoney with(BigDecimal newAmount) {` generated: ` private def with(newAmount: BigDecimal): BigMoney = {` should be: ` private def `with`(newAmount: BigDecimal): BigMoney = {`
original code: `assert currency != null : "Joda-Money bug: Currency must not be null";` generated code: ` assert(currency != null) : "Joda-Money bug: Currency must not be null"` it's definitely...
After upgrading to `2.4.15` from `2.4.2` we get this exception when building inside of a docker container. Related to this commit? https://github.com/wartremover/wartremover/commit/59e29fd9a7a5b40211688ac79d4d67602ec1022a ``` [error] java.lang.IllegalArgumentException: 'other' is different type of...
``` import com.nulabinc.zxcvbn.{Feedback, Strength, Zxcvbn} import scala.collection.JavaConverters._ val zxcvbn: Zxcvbn = new Zxcvbn() val measurement = zxcvbn.measure("demo_formule2", Seq("demo", "demoformule1", "demo_formule1", "demoformule", "formule", "formule1").asJava) scala> measurement.getScore res2: Int = 3 scala>...
This is a really rough port, adding as a draft, but hopefully a good starting point to see if it makes sense. The other notion I have is whether it...
Add an implementation for [ZIO Streams](https://zio.dev/docs/datatypes/datatypes_stream) I just came across MU and I'll definitely use it on my next microwebservices project. I just paid a bunch of money for some...
The existing GitHub Actions workflow fails when pushing a branch to any non-tpunder repo. This simplifies the workflow and just uses LocalStack if the secrets aren't defined for any given...
* Add handling for maven-metadata.xml * update ivy to 2.5.0 * tweak LocalStack settings
Don't think PRs have access to the env...checking with this.