Results 142 comments of Michael Pilquist
trafficstars

#919 was closed in favor of #997, which is still pending. Any update on when this feature will be available on the public Scastie instance?

I’m interested in working on something like this. I will create a repo so we can collect ideas, etc.

Wayyyyyyy too much source breakage for a 3.x release.

I have a strong suspicion that scalafix is rarely used when dealing with library upgrades. Instead, someone will want to use a random library downstream, get the cats-effect 3.x upgrade...

Looks good. I'd avoid the change to `status_code` signature if possible and if not, then add the overload for biocompat.

I narrowed this down to the following example: ```scala val params: continents.type *: Int *: EmptyTuple = continents *: 10_000_000 *: EmptyTuple ```` Or equivalently, after dealiasing `*:` and `shapeless.HNil`:...

For completeness, here's the working test: ```scala // Uses import skunk._ for *: and EmptyTuple polyfills; can replace with :: and HNil if preferred sessionTest("parameterized w/ list") { s =>...

Yeah, I think we should include.

Thanks, seems okay to me but I'd prefer to wait for approval from @tpolecat before changing the copyright notice to include "and Contributors".