Gabriel Nordeborn
Gabriel Nordeborn
Bundling a ReasonReact app doesn't actually differ that much from bundling a "normal" JS app. The one thing I think you need to remember is to configure BuckleScript (via `bsconfig.json`)...
Something that personally has helped my mental model of this (because I struggled a lot with this starting out) is that in JS you typically use methods on objects, `someObj.doStuff()`,...
@mrispoli24 awesome! Abstract types are a bit weird at first indeed. I was lucky that I had used Flow quite a lot, which has the concept of an _opaque_ type,...
Closing this since there's nothing actionable for us here for now.
This work is superseeded by a bunch of other PRs. Closing.
I think it's a good idea, especially now that reanalyze lives in it too. But I think we need to think carefully about what parts of it we communicate is...
Fixed in https://github.com/rescript-lang/rescript-vscode/pull/665
Closing this as I believe this either isn't an issue anymore, or is going to be fixed whenever core modules are converted to res + markdown.
Hey @Uninen ! Could you provide me with an example of how the code that defines the GraphQL operation, and isn't picked up as of now, look? Pasting an example...
Great! The edit operation actually tries to extract the operation you have your cursor on (meaning it supports multiple operations in the same file), so that should work already I...