amplifying-fsharp / sessions

11 stars 0 forks source link

Improving devex and fostering community #45

Open johnW-ret opened 2 months ago

johnW-ret commented 2 months ago

Session on Improving devex and fostering community

johnW-ret in CST would like to tackle: https://github.com/dotnet/interactive/issues/3449

I have tried to fix this before and given up. It's slightly more complicated than one would assume because VS Code formats by file type. Given the right resources, I think I could crack this the second time around.

Extra

I love exploring data. Everything feels so fast and easy in fsi and polyglot notebooks! I also want to improve the devex of F# full-stack (SAFE or Bolero or Blazor with F# backend), even if that means just making a nice template for newcomers.

nojaf commented 2 months ago

Hi @johnW-ret, thanks for reaching out. @TheAngryByrd any thoughts on this one?

TheAngryByrd commented 2 months ago

I'm not super familiar with the interactive codebase but I do remember they Source Compile FSAC and it's really out of date. It may be a "copy what's in FSAC and fix up compile errors" type job.

I know @baronfel has talked with them before about other possibilities other than source compiling.

nojaf commented 2 months ago

I think this is more about telling VSCode that it should format using Ionide plugin actually. Maybe I'm missing the point though.

TheAngryByrd commented 2 months ago

I think this is more about telling VSCode that it should format using Ionide plugin actually.

That would be the best option but I pinged Chet because he might still have some lore on their stance on relying on other plugins (named Ionide).