Once I wanted to add some types to the core library. Unfortunately it wasn’t enough to change the rescript files - I had to run some scripts to create the completions.
- I didn’t know that. Well, the CI told me, but I was totally lost.
- I had to use ocaml, or python or both to run these scripts. I had both installed, but it didn’t work.
So, how can we improve the DX?
Maybe a docker image or something to spin up the whole toolchain? Would probably lower the bar for new contributors.