Frederick Roth
Frederick Roth
I suggest adding a MapPartial Wart similar to OptionPartial and TryPartial. I t should prevent calling the apply method on a Map instance which can throw a `java.util.NoSuchElementException`. I tried...
The old version is broken for sbt versions starting from 1.4.9 See https://travis-ci.community/t/scala-build-broken-for-sbt-1-4-9/11284 Also: https://github.com/scala/scala-dev/issues/765
I tried to get syntax highlighting to work according to the new Readme section, but could not succeed. I think the problem is somewhere on my side but I can't...
I am currently migrating code from scala 2.13 to Scala 3 and found a weird issue. I am not sure whether this is a bug or not. And also sure...
See also: https://github.com/typelevel/cats-effect/pull/4054/ ~~also update sbt to run with newer JVMs (https://github.com/sbt/sbt/issues/7235)~~
fixes #3646 I will open another pull request against the g8 template adding the warning.
We will need to release a new major version, to ship the changes in https://github.com/profunktor/http4s-jwt-auth/pull/452. To do so I created a new branch series/2.x. @gvolpe could you change the github...
fixes #459
I think it would be a good idea to add MiMa (https://github.com/lightbend-labs/mima/) to automatically check for binary compatibility issues.