Clemens Pflaum
Clemens Pflaum
Hi, we are using [ngrx-store-freeze](https://github.com/brandonroberts/ngrx-store-freeze) to keep our state from mutating accidentally. While active the following line in the REMOVE_DATA reducer throws an error: `delete entities_3[key][id];`. I think what happens...
[Messenger] doctrine-messenger does not trigger low priority messages when using multiple transports
### Symfony version(s) affected 6.0.* ### Description When using the `symfony/doctrine-messenger` with multiple transports, lower priority messages do not trigger the consumer right away. It takes between a couple of...
I constantly have some wierd behaviour where when I create new lines the rendering gets buggy. Here is an example all i do is hit `o` to make a new...
First off. Thanks for the awesome extension. I would love to be able to compare two types kind of like vscode's "select for compare" and "compare with selected" functionality for...
Execute Query will not work without at least one *.graphql file (using only gql template literals)
## Actual Behavior Executing a Query from a gql template literal will not give any results unless a *.graphql file with a valid query exists somewhere in the `documents` ##...
I am using multiple different graphql APIs which I have registered in my graphql-config file as different named projects. Using external *.projectX.gql files works quite nicely. ```json { "projects": {...
### Which @ngneat/query-* package(s) are the source of the bug? query ### Is this a regression? No ### Description ### Description When using @ngneat/query in a library with `compilerOptions.declaration: true`...