Yawar Quadir Amin

Results 7 comments of Yawar Quadir Amin

I can confirm that @SethTisue 's suggestion works on Scala 2.12.13+: ```scala scalacOptions ++= Seq( "-deprecation", "-feature", "-Xfatal-warnings", "-Xlint", // Suggested here https://github.com/playframework/twirl/issues/105#issuecomment-782985171 "-Wconf:src=routes/.*:is,src=twirl/.*:is", ... ``` This prints: ``` [info]...

Did any of this planned documentation end up getting added?

I haven't found any automated workaround. Just been adding `.toSeq` wherever the compiler complains about a type mismatch.

I just implemented the `is-required` class on my own and guessed that others might be using similar naming. Here's mine: ```css select:invalid, input:invalid, input:invalid + .file-cta { border-left-color: var(--bulma-danger); }...

I am seeing this as well: ``` $ devenv shell • Building shell ... • Using Cachix: nixpkgs-python, devenv ✔ Building shell in 6.3s. • Entering shell [9.7/42.1 MiB DL]...