-
### Describe the bug
`require('nvim-treesitter').statusline()` freezes nvim when run on certain parts of invalid code. My guess is that it's stuck somewhere in some loop.
It's mostly python files, b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
With version 13.4.0 GraphQL SSE subgraph support was added to fus…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
I have a distributed graphql service that is combined via stitching. When the gateway is launched it has a list of …
byme8 updated
3 weeks ago
-
### Describe the bug
Indentation tends to be wrong when the tree is in an invalid state (which is what the `ERROR` node indicates, if I understand correctly). The examples I have are using Java, bu…
-
### Describe the highlighting problem
Functions or variables starting with `_` are supposed to be highlighted as `TSFunction` or `TSVariable`, but they are highlighted as `TSField`.
### Example …
-
related: https://github.com/neos/neos-development-collection/issues/968
i talked with @bwaidelich about this and the general ideas were:
to use the following syntax:
```yaml
property:
foo: …
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
`fusion compose` provides a very easy way for composing a subgraph into a package. Doing it in CI is extremely helpful an…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
I have a subgraph "A" that has a query `widgetById(widgetId: ID!)…
-
### Describe the bug
When you have a section in Qt class where you describe signals or slots. The treesitter fails to index the code. I discovered this by using my mapped function for c++. It's helpi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
We have existing graphql server which is having custom scalar typ…