Florian Verdonck

Results 874 comments of Florian Verdonck

The information for this is coming from the `*.cmt` file of `Demo.res`. If that didn't change the doc command won't yield anything new. So, change code, recompile, rerun doc command,...

Hmm, that is not my experience. You are running the compiler in watch mode right? - One terminal in watch mode, - Another terminal where you test doc command, update...

#7896 is still a requirement to build and clean the test analysis project.

Hi @aymanbagabas, I'm still getting that problem with the `v2-exp` branch on Windows. Example file: ```go package main import ( "fmt" "log" "os" tea "github.com/charmbracelet/bubbletea/v2" ) type model struct {...

Hey @aymanbagabas, thanks for the quick feedback! The `KeyPressMsg` fix does indeed solve the duplicate keys. As for the missing one, it does still pop up in `vscode` termninal for...

One argument against this is that, depending on who wrote the code in a team, `type x = { a:int }` may be multiline or not. The author decides, and...

> Things like multiline formatting are often just stylistic preferences and should be preserved when they don't break consistency. The same applies to lists and arrays, not just records. To...

I'm not saying that's a bad idea, but I wouldn't follow it religiously. Biome and Oxlint have made minor changes and aren't fully compatible either.

Two infix operations it seems: ```res React.useRef(Nullable.null) ``` gives ``` expression (A.res[1,0+17]..[1,0+48]) Pexp_apply expression (A.res[1,0+33]..[1,0+34]) Pexp_ident ">" (A.res[1,0+33]..[1,0+34]) [ Nolabel expression (A.res[1,0+17]..[1,0+33]) Pexp_apply expression (A.res[1,0+29]..[1,0+30]) Pexp_ident "

Thanks for reporting this, we should probably keep track of the `|` in `Ppat_or` and attach the comment accordingly.