Tobias Tengler

Results 51 issues of Tobias Tengler

New Vite projects use `"type": "module"` per default. Supporting this in parallel to Vite 2 was one of the efforts of my original PR for Vite 3 support. Re-adding the...

Hi, I'm loving Seq, but there is one feature that would make my life a lot easier: We send out our application to customers, but these applications run in an...

enhancement

**Describe the bug** I'm using Suspense and ErrorBoundaries and I'm seeing unexpected behavior when queries are erroring. If a query errors I'm displaying an ErrorBoundary for that part of the...

bug
help wanted

Fixes #6917

🌶️ hot chocolate

### Product Hot Chocolate ### Version 14.0.0-p.36 ### Link to minimal reproduction https://github.com/ChilliCream/graphql-platform/pull/6916 ### Steps to reproduce Look at the tests linked in the PR above. ### What is expected?...

🐛 bug
🌶️ hot chocolate
Area: Fusion

🌶️ hot chocolate

The spec is pretty clear on what to do if the `Accept` header is not specified or has a value of either `application/graphql-response+json` or `application/json`. It's not so clear to...

Depends on #4680 This renames the `GlobalVariables` error to `ExpectedOperationVariableToBeDefined` and emits the error for each problematic variable identifier, instead of a single error for multiple infringements. Also extends the...

CLA Signed

Depends on #4679 This extends the `ExpectedOperationVariableToBeDefined` error to include the variable name and type in the diagnostic data. Using this data we create a code action that appends the...

CLA Signed

Depends on #4509 At the moment all diagnostic fixes are simply replacing what's under the cursor with suggestions from the diagnostic data. In order to support more complex refactorings we...

CLA Signed