Łukasz Sitarski

Results 5 comments of Łukasz Sitarski

@mattbretl It seems that I have similar problem/request. Let's say I have following DB structure: ```sql create table users ( id varchar NOT NULL ); create table posts ( created_by...

I'm experiencing the same problem. I have registered `GraphQLModule.forRootAsync` and I also have simple controller with single `/health` GET request. My guard is simple, just logging on `canActivate`. I set...

It looks like the remaining value of the Ver enum, which is Auto, is not quite auto. :smile: In this check the Auto value does not allow HTTP/2 requests while...

Same applies to my setup. I got here from IntelliJ support ticket, they checked my CPU profile and told me to disable this plugin. As it was previously 6-15s to...

Right, that's for sure a clue, that you need to have a project opened for a while. Maybe a memory leak? Here are details on how to enable a profiler...