Clemens Pflaum

Results 7 issues of 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...

bug

### 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...

Bug
Status: Needs Review
Messenger

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...

## 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` ##...

bug
vscode-graphql

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": {...

lsp-server

### 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`...