Benjamin Sengupta
Benjamin Sengupta
I don't see where all the fixes are. Apart from your project using a class and this one using a function, I don't see any difference. I would even go...
Seems like there is a race condition in the tests. Am unable to reproduce test failure locally. Maybe replace this https://github.com/graphql/graphiql/blob/b495159382465a2cab6d8592b8bce66fece066fe/packages/graphql-language-service-server/src/MessageProcessor.ts#L142-L144 with this? ```ts try { void mkdirSync(this._tmpDirBase); } catch...
Hey @acao @dimaMachina, any chance one of you could have a look?