Garry Filakhtov
Garry Filakhtov
👋 going even further with this, I think it could be beneficial to enable such an operation mode of Swoole that produces no headers, apart from mandatory pseudo-headers. WDYT?
Hit this issue as well. What I am also curious about is why is the `test/` code built during the normal (`rbenv` in my case) build? Do we even care...
@aftabnaveed I would have done this for active project, but given the project does not have any committed maintainers and visionaries who is moving this library forward I am very...
I just wanted to loop back and say that we have achieved what we wanted by creating a wrapper on top of the `EntityManager` and provided convenience methods to replace...
Thank you very much for the information. This is great news. However, I'm now unsure how that would be working for development environment? Would EDCPMPA subscription provide some sandbox access...
@issimissimo there is an `initialized` event and you can use it like: ```js player.vr().on('initialized', () => { player.vr().camera.position.x = 0; player.vr().camera.position.y = 0; });
A correct way to do this these days would be https://github.com/videojs/videojs-vr/issues/139#issuecomment-1028703034