Antonio Gelameris

Results 140 comments of Antonio Gelameris

Any updates? That's a definitively useful feature to merge.

[BIKESHEDDING] I'm late to the party to comment probably, but I fear that `Prop[F]` as a name may clash with scalacheck or one of its integrations.

Just extend `ProductDerivation`

@eed3si9n I think this issue requires some attention, as apparently now all the g8Test are no-ops. Following the findings of @performantdata, I've been able to determine that this has been...

My 2 cents that solved my routing issue: ```scala trait Msg case class NavigateToInternal(page: Page) extends Msg case class NavigateToExternal(url: String) extends Msg case class InternalRedirect(page: Page) extends Msg override...

Hello @froth, thanks for your contribution. What a timing! I had created [this branch here](https://github.com/typelevel/ce3.g8/compare/main...TonioGela:ce3.g8:fix-build) yesterday evening that fixes many issues in the build, sbt version, GitHub workflow and most...

> @TonioGela timing indeed :) no worries, I can redo this change onto your branch once merged. Thanks! > I am not sure about `sbt-tpolecat` for this template however. I...

> but I personally lean more towards the "trying out" usecase For this case there's scala-cli and the typelevel/toolkit :trollface: > Therefore I think that verbose mode and comment is...

So, a lot of opinions have been expressed on Discord, and it seems that the leading opinion is [prompting the user whether to add fatal-warnings or not](https://discord.com/channels/632277896739946517/632277897448652844/1230265895482429522) with sbt-tpolecat always...

> @TonioGela can do so. I think g8 wants a default for the option. I would use "without fatal" if that is ok I think the "vox populi" is in...