Andrei Alecu

Results 277 comments of Andrei Alecu

@marcesengel I think this should be addressed in the underlying okhttp library. Perhaps you might want to contribute it there instead? There is some movement there that indicates this problem...

I see. That makes sense. Not sure who would need to take a look at this. I can't review it myself since I'm not familiar with the RN code dealing...

> Do you know if there's an ETA for the stable release? The upstream PR was just merged. I believe a stable release is not done yet. According to https://github.com/square/okhttp/issues/6954#issuecomment-1046608631...

Recently enabled `RouteReuseStrategy` in an app and suddenly noticed it broke our app very subtly. In our case we had a `*ngFor` where each item has a `:leave` animation on...

Repro at: https://stackblitz.com/edit/angular-ivy-18qzyz?file=src/app/components/component-a/component-a.component.ts

@kamilmysliwiec repro at: https://github.com/andreialecu/nest-repro-2360 ``` yarn start ... Error: Cannot determine a GraphQL input type ("OtherEntity") for the "test123". Make sure your class is decorated with an appropriate decorator. at...

As a side note: It would be great if the error message above pointed to something more specific for other cases where it is more legitimate. In our actual project,...

Somewhat related discussion: https://github.com/yarnpkg/berry/issues/2117 A big part of the startup overhead is node having to parse the entire yarn bundle and launch the WebAssembly libzip implementation. If https://github.com/nodejs/node/issues/36812 would ever...

I was able to get around this by specifically creating a `vscode-jest-tests` launch configuration with the following content (adding the config manually): ``` { "type": "node", "name": "vscode-jest-tests", "request": "launch",...