David Khourshid

Results 473 comments of David Khourshid

Yep, this is in the works. I'm working on redoing the visualizer to accept (and output) JSON.

I'd say it's feasible. The worry would be that the encoded JS would be executable, which can get nasty... I'll have to research sandboxing approaches, or translate it to JSON...

There will be a ready-made component in the XState repository itself for this. If you want to play around with it now, it's `@xstate/viz` 🕵️ It's not ready for release...

@bwalsh > It's not ready for release but if you're eager, you can look around and try to make it work locally! It's up to you right now to figure...

@hediet Check out the Keyframers stream at 5 PM today. I'll be releasing the works-anywhere visualizer soon.

I'd like to start this effort soon!

This looks great! Hopefully it won't conflict too much with my local changes, but if it does, I'll merge parts of yours in locally.

I'm working on a new visualizer which will not have this problem.

> @davidkpiano thoughts here? Hey @tmc, we're reworking the visualizer, and will keep this in mind!

Might be useful to implement some pathfinding algorithm to find the most optimal path around state nodes to a target state node which avoids "areas of interest" (such as state...