Robin Raju

Results 4 issues of Robin Raju

This PR adds support for Azure Repos as requested on #2659 Azure APi Doce: [here](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.1) WIth this feature, scala-steward can be run on Azure Repos using docker as follows 1....

The studentified version of a course repo ships a number of source files along the `project` directory which are not relevant to the actual course. eg: ``` Man.scala Zip.scala Navigation.scala...

enhancement

I started seeing this issue after upgrading my app to Scala 3 with the latest pre-release `0.22.0-M5` But, the same version of `slick-pg` works as expected with `scala 2.13.12` ###...

Following discussion on: https://softwaremill.community/t/scala-3-fails-to-wire-constructor-param-with-implicit-lookup/346 The below example fails to compile with Scala 3. But works with Scala 2.x Scala version: 3.3.1 macwire version: 2.5.9 ```scala import com.softwaremill.macwire.wire type DBIO[T] class...