Nilay Savant
Nilay Savant
Hey @harryherold Thanks for checking out mediocre. The issue seems to be because Tauri can't find the front-end dev server on localhost. If you want to run in dev you...
Hey, thanks for debugging this. Will try to pin the `tauri-action` to `v0.2` or `v0.3` and see if it works out. Tauri 1.0 is exciting and I'll be looking into...
I have implemented a simple "Clicked Mesh Inspector" for allowing me to inspect a _clicked_ Entity, via the Component Inspector. The problem I'm running into (since `Bevy 0.16`) is: 1....
I too find myself running a set of commands manually for testing out set of behaviours. Pipeping and executing a chain of commands like in a shell script would be...
Awesome, Will check it out! I understand that it could be challenging to support generics atm. Personally I have yet to reach out for them in scripts. We can always...
Cool. I'll take a look and see what I can do.