David Khourshid

Results 454 comments of David Khourshid

Ideally we shouldn't bring in any other dependencies for this. I'll consider adding a dev-mode option to connect to Redux DevTools

> How have you tried to consume XState in this environment? Have you used any of the templates mentioned [here](https://developers.cloudflare.com/workers/learning/using-durable-objects#uploading-a-durable-object-worker)? Yes, I used the TS template. I think it's a...

@Andarist Should we close this or go with your solution (which I committed)?

cc. @Andarist Possibly related to https://github.com/statelyai/xstate/pull/3252

> This is also the story when using redux / redux dev tools etc., every step of the way you get punished for using modern javascript data structures 😆 >...

> I like the idea and I wish we had support for smth like this. But I think that a better direction would be to allow using conditional transitions for...

> I guess I would much better prefer providing special set of variables under a reserved keys and discard them immediately after processing `each`. By default? Sure, I agree.

Working on a potential feature/fix for this; what do you think about this? In the new feature, you'd be able to add an error listener to `model.onError(error => {...})` and...

@Andarist Does that work in Node with Playwright? (I'll try it out soon)

> I'm not sure - don't have a setup for this at hand to try it out quickly. It all depends on how they pass around the received objects to...