Jayden Seric

Results 226 comments of Jayden Seric

Related: https://github.com/jaydenseric/extract-files/issues/34 .

It's really unacceptable that Next.js doesn't support very well the most modern and correct TypeScript module resolution mode that the TypeScript team themself recommend using; `nodenext`. Instead of raising an...

Is that a new-ish thing in Apollo that you can do that? For now, you should be able to create the headers each request via a custom Apollo Link: https://www.apollographql.com/docs/react/networking/advanced-http-networking/#customizing-request-logic

Also, the displayed rule name should be a link to the rule docs. I can't figure out in the current Zed UI for ESLint rule violations how to find a...

Updating to TypeScript v5.4.2 has resulted in the error: ``` Identifier expected. 'delete' is a reserved word that cannot be used here. ts(1359) ``` In places like this in JSDoc...

Here is the GraphQL multipart request specification: https://github.com/jaydenseric/graphql-multipart-request-spec A substantial number of GraphQL projects use this spec for file uploads in GraphQL operation variables, and for them GraphiQL is not...

Please whatever the solution, allow syntax highlighting `.env.example`. And perhaps also `.env.whatever.example`.

I just tried setting up Zed today and this was the showstopper issue that made me go back to VS Code. Spell check is a critical concern of an editor;...

Sorry for the late reply; its been a busy few weeks. I've been thinking about the problems and ideas you're describing most days in my morning shower. A good first...

> To support batching and file multipart file uploads. Note that the GraphQL multipart request spec supports file uploads with batching: https://github.com/jaydenseric/graphql-multipart-request-spec#batching `apollo-upload-client` only doesn't do this because an Apollo...