Matthias Berndt
Matthias Berndt
> @mberndt123 Perhaps update the proposal to upfront clarify the scope of being `==` and not `equals` ? When re-reading the intro etc I'm not sure this is absolutely clear....
OK, this is slightly trickier than I first thought. The way I think it should work is that you have a `startTransaction` method that returns a `DbApi.Txn` object, and you...
Also, why does the app not crash when it fails to create the main window? Oh, I know why: because ignoring errors is the default behaviour in Go 🙄
Hi @ybasket, thank you for your review, and apologies for how long it has taken me to respond. > Your changes fix the header type to String which is less...
Another issue is: In the same file, go to line 89. Position the cursor on line 89 between the leading dot and the word `customHeaders`. Trigger code completion -> works...
It looks mostly fine in the Metals doctor though 🤷🏻♂️  Perhaps it is somehow related to the sbt-projectmatrix plugin?
Did you compile with the `-Yretain-trees` compiler flag?
Oh, I had added it to Scala 3 only. I've made the same change for Scala 2 now, for the poor sods stuck on the legacy version 😉
I've stolen one of your tests to add it to your PR. Seems to work if you enable the `-Yretain-trees` compiler flag!
@soujiro32167 So does it work for you now?