Osiris-Team

Results 157 comments of Osiris-Team

**Example for clarification**: If I wanted to create a multiplayer game, where the coordinates x, y, z of each player are shared among each other, then each player would have...

Yeah then the question would be if all players have the latest last coordinates of one another. If one player has the last coordinate of another player, that actually is...

Ok I hoped there would be something like that implemented in gun. Since data validation is kind of an important topic in a decentralized database I think. It would be...

I would be willing to submit a PR for this feature. Where should the data for the statistics be stored though?

All of the targets. Windows, Web/WebAssembly, iOS, macOS, Android, and Linux. Is it possible to build from a single platform, like Windows, to all the other platforms/targets? Are there any...

Great thanks! Do you maybe also know about github actions for uno?

No. If you run `npm install` that will use the system wide nodejs installation like it should and currently does. If you however use something like this `C:\Users\Desktop\nodejs-latest\npm install` it...

But what if nodejs isnt installed system-wide? Then `C:\Users\Desktop\nodejs-latest\npm install` won't work. Which is exactly what one of my users is experiencing.

@ljharb I assumed the process knows from where it gets executed.

@wraithgar Can you elaborate on the security risk. Because I am unable to see a security risk in my approach on fixing this flaw.