Jakub Kozłowski

Results 425 comments of Jakub Kozłowski

Seems like quite a lot of work. Maybe it's better to just bite the bullet and type the extra characters 😅 In the future it could be made easier with...

@ghstrider I assume that was a typo, CE is _now_ released for SN :) Bumping this - looks like https://github.com/bkirwi/decline/pull/440 was merged and just needs to be released.

thanks @bkirwi, much appreciated!

hey, is there anything blocking this PR? It seems like we're waiting for it to get 2.13.10 which would fix a bincompat issue: https://github.com/scala/bug/issues/12650

(I got that info from https://contributors.scala-lang.org/t/scala-2-13-10-release-planning/5943 btw)

Update, looks like even with the updated scalafmt config I get the output panel to show up with errors. Apparently this happens whenever I change something in the scala-cli build...

that'd be good enough! I don't know how to reproduce this outside of that one particular project, and I can't publish the code... seeing some more detail of the error...

After updating to scala-cli 0.1.12 and reverting to this version of the project, I'm (so far) unable to reproduce the issue. I definitely see this in the output: ``` 2022.08.24...

so this happened again. The project has a single Scala file: ```scala //> using scala "2.13.8" //> using lib "com.kubukoz::debug-utils:1.1.3" import util.chaining._ import com.kubukoz.DebugUtils object main { trait Setter[S, A]...