Jason Kuhrt
Jason Kuhrt
@alex-dixon Hey, iiuc `_tag` does not track the type (e.g. Either) but rather a type member (e.g. Right, Left – what we would call constructor iirc in Haskell). It seems...
There is a `react` label on this issue but it's a general TS issue, not specific to react codebase, though the op here was in a react context, its not...
I was referred to this issue via https://discord.com/channels/595317990191398933/1227316720444768378 Where this happened:  I guess I am looking for queues to support `--remote` in part though...
Draft because there are no tests yet.
@n1ru4l > is it possible to support typescript linting without allowing type annotations/TypeScript specific syntax? Great point, I'll look into this to see what our options are. > I know...
@n1ru4l awesome thanks. My hope is we'll just need to list them in the tsconfig lib settings given to Monaco, and that there is a 1:1 between dom lib names...
Hey @n1ru4l, I made some progress. 1. TS syntax is no longer allowed statically. ✅ 2. Custom globals. This is WIP. We don't get the granular dom lib types I...
@n1ru4l I was consistently getting lost in the massive graphiql module so tried to refactor that. Now yeah the PR has many changes. Once I achieve the goal of this...
@n1ru4l Please let me know if refactors to the Cypress tests should also be undone in this PR, or if undoing just the app refactor is enough.
I just found a bug while writing the changeset. After saving, upon re-opening, Monaco seems to retain previous validation state such that the content will be seen as, for example,...