Johnny

Results 27 comments of Johnny

Confirm what is said above. On linux debian, filesystem ext4 single nvme disk, with exactly same data volumes, partition loading takes

- Tried disable windows defender antivirus, no fix - tried fresh install of windows 11 + WSL 2 + docker desktop, no fix - could not get runing hyper-v manager...

ah i see, thanks for the link! might be worth it to put this situation into the FAQ under "resources" https://docs.nebula-graph.io/3.0.2/4.deployment-and-installation/1.resource-preparations/ - while it's obvious that only Linux is supported,...

here are the problems i see: - missing sleep after CREATE - https://github.com/vesoft-inc/nebula-python/blob/251c2537f4feffcc5e45603a1cc4b1897c7258ca/example/GraphClientSimpleExample.py#L42 - not checking error with assert after each execute - https://github.com/vesoft-inc/nebula-python/blob/251c2537f4feffcc5e45603a1cc4b1897c7258ca/example/GraphClientSimpleExample.py#L48 so the errors are returned, but...

Thanks for the clarification, I understand things better now. > you might place the floating origin at the center point between the two players, and prevent them from moving more...

> you could have a World for each player I can have more than 1 World?? Yeah that sounds much better https://github.com/bevyengine/bevy/discussions/2237 https://github.com/bevyengine/bevy/discussions/7893 https://github.com/bevyengine/rfcs/pull/16 https://github.com/bevyengine/rfcs/pull/43 not yet, but maybe soon....

Actually, since you were talking about many-World, I guess I will try and spawn a bunch of threads and run separate "App" instances on each. If that doesn't work out,...

ok i will try it and submit example file with a demo and a bunch of cameras

> It's a bit late here It's lunch here but the kebab shops are closed please excuse hungry tone > ordering should be simple Yes it works, thanks, maybe we...

> RootReferenceFrame{ origin: Entity } Sure - that complicates setup a bit (you need to create the origin, then create the root, then parent origin to root, then insert the...