Jonny Eom
Jonny Eom
I am seeing this as well. I can't consistently reproduce it but it definitely happens often, even randomly
I have this issue as well. I dont think its specific to the Guest OS
Not always but when the hanging happens - my web server in the machine will stop running - if I vagrant ssh, it will out put the first few lines...
I really like @phizev 's solution. It works super solid on every project of mine. I think this could be an option/feature to add.
Here is the link to the repo https://github.com/angulartics/angulartics-google-tag-manager
Its been a while— Xdebug 3.x supports php 7.2 and up. Seeing that php 7.2 is end of life, I think its okay to break the BC. Jeff, If this...
Im actually seeing a very similar issue. - Set `keep_legacy_inflector` to `false` - The API resources are not multiple capital letters in a row however - Custom filters are not...
> Im actually seeing a very similar issue. > > * Set `keep_legacy_inflector` to `false` > * The API resources are not multiple capital letters in a row however >...
@soyuka I was thinking about "marking everything as resource". This actually seems like an anti-pattern. I feel you should be able to serialize an ApiResource within an object. and you...
@soyuka This commit https://github.com/api-platform/core/commit/e3e6a0d3213feeffa1365c3e52d7283eb7444d7d seems to introduce `root_operation` to all child contexts. I think I can work off of this. Are you planning to make additional changes related to this...