Slava Matyukhin
Slava Matyukhin
Vim mode is #2238; this task is for user-specific editor settings in general.
> If we do the obvious thing, it shows like that everwhere, and this is pretty ugly. I agree it looks noisy, but I also think it's still better than...
Fixed in 0.10:
Oh wait, no, it's still a problem in focused states.
Still possible and could be a nice optimization.
I guess, alternatively, we could try to provide a `.d.ts` file for generated code, or exclude it from strict typescript checks somehow, and use `context: any` for squiggle.ts code. I'd...
Forbidden on explicit values now, but still an issue on implicit.
We've migrated the database to the new cloud provider some time ago and in the new instance the read-only user is not configured yet. Sorry for the outdated docs. Is...
This is higher priority than I thought: when I filed this, I thought this is just to reduce the burden of maintaining complicated types in versioned-components. Now I realize this...
Where's a chance that something went wrong with our tsconfig files or with the last TypeScript version, btw, maybe with [skipLibCheck](https://www.typescriptlang.org/tsconfig/#skipLibCheck) option. I don't remember things being as bad as...