Edwin Jackson

Results 4 comments of Edwin Jackson

I should have provided a sample stacktrace. I'll update the original comment with some more information. ``` 💥 🕸️ Mesh Error: Schemas couldn't be generated successfully. Check for the logs...

I was able to reproduce this issue with my Apollo Federation Gateway running in a Node docker container. I can provide the Dockerfile. ```Dockerfile FROM node:17.3 WORKDIR /app ENV NODE_ENV=dev...

In the micro, this lack of language-specific syntax highlighting is my biggest deal breaker for adopting Zed. I like the editor and its performance is excellent. However, without a plugin...

I am also experiencing this same issue and I have a much simpler tsconfig. ```json { "extends": "@tsconfig/node20/tsconfig.json", "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "emitDeclarationOnly": true,...