Damian

Results 11 comments of Damian

I have the same problem, PHP Language Server consume 100% cpu and Load average is +10. How can I debug was is going on? The worst is that when I...

Update link for **Additional Nginx Metrix** for amplify https://amplify.nginx.com/docs/guide-metrics-and-metadata.html#additional-nginx-metrics

@MattIPv4 I think it can be added to **Global config -> Logging -> log_format**

Ja po cichu liczę, że \Ds wejdzie w php i kiedy (o ile) pojawią się generyki to będzie to fajnie wyglądać. Warto też mieć na uwadze, że jak jest dużo...

Bardziej chodziło mi o przypadek gdzie mamy np. vector vector'ów. Tam nic nie kopiujemy, po prostu mamy różne kolekcje w jednej dużej.

@avivey is there any active community? As I understand, you (some organization?) stop support and develop phabricator. So if @razmakaz or other people want to still develop phabricator than we...

I'm not sure but it looks similar to my problem. When I load fixtures from files (use `R...DatabaseTrait` in test class) I can't save any new entity to the database...

I've fixed my issue. The problem was that the "base test class" and specific "test class" use `R...DatabaseTrait` so it was loaded twice. With this for loaded entities as fixtures...

I don't know exactly the tests flow but is `bootKernel` run before test-case and `ensureKernelShutdown` after? If yes maybe add some flag (?) there and check it?

Yes, I saw it! But `ReloadDatabaseTrait` is missing it.