Nicolás de Ory
Nicolás de Ory
Keypresses are treated the same way even if the game window is not on focus, or the shop / game chat is open
Rework the lighting system and move lighting updates to a separate thread, using a queue to store lighting update requests. This should also support lighting different devices at the same...
### Animations - [ ] Create animations for Q - [ ] Create animations for W - [ ] Create animations for E - [ ] Create animations for R...
The codebase it's getting bigger and it would be important to make tests to make sure everything is working correctly with each iteration.
On iOS I'm experiencing around a 0.5s delay from the moment I call `Voice.start()` until speech starts being recognized. As an improvement, we could try to improve the performance of...
I am using `expo-av` to play a long sound (~5s). At some point during the sound, I would like to call `Voice.start()` to start recognizing speech. However, whenever I either...
I tried implementing my own solution, but I had an error when opening the stream: Invalid number of channels (even though I was using the correct number). When I tried...
I am playing a modpack which has forge multipart. It allows placing, for instance, more than one torch per block (when you place more than one the block becomes a...