Ben Fradet
Ben Fradet
I think the code is fine but we were unable to deploy a fix: https://github.com/scala-exercises/exercises-cats/issues/134
When opening a PR, the tests should run with the correct credentials, unless I'm mistaken?
>ERROR: read tcp 172.35.5.39:50733->:5439: read: connection reset by peer I think you might want to dig into this, I'm assuming this is redshift's ip?
@mhadam do you mind taking care of updating the docs
Right now to make it work, I have to write: ```scala decoder1.fromString("""someString = hello shape { none {} }""") // res0: Either[classy.DecodeError,MyConfig] = Right(MyConfig(hello,None)) ``` Seems like an issue with...
If you have pointers, I'd be happy to help 👍
Indeed, there has been with the publishing of the last few releases of exercises-pureconfig. It seems like the scala jar is not on the classpath: https://github.com/scala-exercises/exercises-pureconfig/runs/966737129?check_suite_focus=true#step:9:292.
ah that might be due to incompatibilities between 2.12 and 2.13 artifacts.
Maybe we are in the following case: https://github.com/scala/bug/issues/11832#issuecomment-578517653, I noticed that sbt-exercise has 2.13 in `crossScalaVersions`: https://github.com/scala-exercises/sbt-exercise/blob/master/build.sbt#L32 wdyt @juanpedromoreno ?
Progress for a user is saved in a database so you'll need another user or do it as an anonymous user.