Jacek Bizub

Results 3 issues of Jacek Bizub

Hi, Given function: ` fun objectiveFunction(p: KtNDArray): Double { var s = 0.0 for (i in 0 until problemSize) { println("iter $i") println("p before: $p") val res = flowMatrix[i] *...

I've seen that support for 2.9 is on the way. What about 3.0?

### Describe the bug https://github.com/scalameta/metals/assets/22431391/5e4ad8f8-da8c-4daf-8015-6a9a232a1cdc ### Expected behavior `Foo[Bar]` should not be changed to `Foo[][Bar]` ### Operating system macOS ### Editor/Extension VS Code ### Version of Metals v1.2.2 ### Extra...

bug
presentation-compiler