KotlinIsland

Results 497 comments of KotlinIsland

I think `SafeVariance` would be really good for tracking safe usage of variance (#224), so what if `MaybeVariance` instead? On the other hand, maybe these are the same issue 🤔.

Black no longer wraps implicitly concatenated strings used as func args in parens, due to [this comment](https://github.com/psf/black/issues/2188#issuecomment-1489015964). There is an open issue to re-enable it: https://github.com/psf/black/issues/3955

A simpler aspect of this larger problem is joining strings that get put onto the same line. It constantly annoys me and would love to see it resolved: ```py #...

minified: https://basedpyright.com/?typeCheckingMode=all&code=MYGwhgzhAECCBcAoaLoH00RAewC4Q2gF5oAKAIjHIBoBKRUSGAISVXUx30JIqrsQNwUaAGFSsatGa140AHSKgA

if we add: ```py setup( ... scripts=["binaries/chromedriver"] # etc ) ``` the binaries will be included directly

> the problem would be that you have multiple chromedriver binaries in your path then. is this because all of the chromedrivers are included? specifying by name would work, but...

> I have worked with `gradlew` in the past and it was nowhere near as automatic as `sbt` makes things. With `sbt`, you can't run the wrong version of `sbt`...

i've seen similar scenarios, some things are `Any`, but are either untypable, or have no bearing on the semantics of the program the ability to ignore certain `Any` would be...