Cristiano Santos
Cristiano Santos
Can this be related to the **App Pool Advanced Configuration**? If so, how do I enable the following on an Ubuntu machine? > - Make sure Maximum Worker Processes is...
Any update on this? Will TypeDoc ever support a folder of Markdown docs together with the code generation?
I'm also having this issue
Actually, it works for me. My issue was regarding the Y offset that I had which worked for iOS but not on Android. As soon as I set both X...
I don't actually have an example of how the import would look like since I have no knowledge of babel itself. But the main idea would be to avoid some...
@bberak I'm having this issue on Android but in my case it is not related to matterjs at all and it happens on a real device. On iOS everything runs...
@bberak It seems that if I use the `GameLoop` instead, I get better performance. I stored the entities data on variables of my class and then used this to test...
@bberak Nope, the device had full battery. In my real scenario I do have more things like listening to the Accelerometer values but, the FPS drop happens even when I...
@melkayam92 What I did for the physics was to put the `Matter.Engine.update(this.engine, time.delta);` inside the onUpdate function, where "this.engine" is the engine you created on the constructor. Also, all the...
@bberak They are all `PureComponent`'s I tried the handbook project before but I was not able to run it's non-expo version. I tried to correct it but I just wanted...