Antonio Gelameris
Antonio Gelameris
I don't know if this is the correct way to asking it, but it would be nice having a setting like `labels` that instructs scala-steward to add the listed labels...
Hello 👋! Taking inspiration from https://github.com/typelevel/cats/pull/4009 I added `flatParMapN` generation in `Boilerplate`. Let me know if it works for you or if something needs to be changed.
The exercise `4.5.4: Abstracting` asks the reader to write a signature for the method ```scala def validateAdult[F[_]](age: Int)(implicit me: MonadError[F, Throwable]): F[Int] = ??? ``` The proposed solutions shows the...
It will be great to have a help menu using `-h` and the possibility to pass an image file from command line like `ocr my_image.png`
Hello! That's my first PR to Http4s, so I hope everything is in the correct place. As per the title, this PR is meant to be an RFC to change...
Simple fix for this annoying behaviour: ```scala //> using dep org.typelevel::cats-core::2.10.0 import cats.data.NonEmptyMap val nem: NonEmptyMap[Int,Int] = NonEmptyMap.of(1 -> 1) val alsoNem: NonEmptyMap[Int,Int] = nem.value.value.value.value ``` The fix passes the...
Has someone been able to use `saml2aws` with AWS Identity Center? Configuring it as a browser simply redirects to the aws idp login page, without injecting the credentials and once...
As per description, this PR introduces a `contextSize` overridable suite parameter that control the number of lines around the reported diff in case of a mismatch ( ala `grep -A...
Is there a specific reason for the lack of the `listFiles` operation? The operation is easily available via the AWS SDK, and implemented in the `S3AsyncClientOp[F]`, so I was wondering...
Ditto https://github.com/typelevel/discipline-munit/issues/301