Rui Gonçalves
Rui Gonçalves
A common task for me is to search for occurrences of one specific atom. In most cases a simple text search serves the purpose, but the task becomes considerably harder...
I'm trying to configure scalafix to run on CI on [PureConfig](https://github.com/pureconfig/pureconfig). We run one CI job per Scala version and the command we need to run is `sbt "++${{ matrix.scala-version...
In addition to the issues identified in #595, Our build needs a significant refactoring before we can further adopt Scala 3: - We currently have a hard dependency on project...
Currently, our modules are organized in a complex and tricky way: - We have test utilities (testkits) mixed with test suites and we have module tests depend on both of...
I'm trying to move from Atom to vscode for Idris development, but I'm having a problem with the `idris.typecheck` command. I'm used to run it frequently after I write some...
I want to migrate my existing OpenVPN install to use this Docker container but I'm having some trouble finding the right settings so that it can route all Internet traffic...
I'm trying to run tut code within a REPL in `:power` mode so I can set things like `vals.isettings.maxPrintString`, which help me customize the tut output. Usually, having `scalacOptions in...
When parsing pages in a foreign language - a common use case for this library - it is sometimes needed to parse dates formatted in another locale (e.g. different month...
Updates all dependencies to their latest versions and cross-compiles amqp-client to Scala 2.12.
Coverage is supported since Scala 3.2, so we can enable it in PureConfig now.