Kasper Kondzielski
Kasper Kondzielski
Ok, thanks, I will do that. Do you think that this is the root cause of my issue?
I've just discovered that if you do `source
Unfortunately it seems so :(
Hi @bonnefoa that is a great news! I can only imagine how much work it required. I want you to know that even that I don't use kubectl anymore (at...
Well yes and no :) In the linked issue it is said that this is due to the limitation of the type inference. Providing more information to the compiler using...
@adamw I mentioned the change in `Eq` definition for `Tree` ADT, because without that the project didn't want to compile after making `Eq` tc contravariant (and it is connected with...
No problem :) But that seems like a semi-auto derivation, doesn't it?
Hi @dantb I created a new scala-3 migration branch (https://github.com/softwaremill/diffx/pull/311) as the previous one got a little bit stale and messy. However, the old one was very useful as it...
Similar bugs: * https://github.com/lihaoyi/utest/issues/65 * https://github.com/circe/circe/issues/1309 * https://stackoverflow.com/questions/27879891/compiler-crash-in-simple-macro-manipulating-a-match-statement
I've just run into the same issue but with lua. My diagnostic section is empty. My sidebar configuration: ``` require("sidebar-nvim").setup({ ["diagnostics"] = { icon = "", }, sections = {...