David Khourshid

Results 450 comments of David Khourshid

Good catch; if possible, try pointing the Stately link to `https://stately.ai/viz/embed?mode=viz&inspect`, which should hide that sidebar.

This is an excellent list, thanks for making it! I think it's a good idea, and an `eslint` plugin for XState is generally a good idea as well.

> I need to think about how this would behave but after talking to @Andarist earlier, we likely need a rule to encourage static configs. Bidirectional editing between code and...

> Wow - that's some superquick reactions here! > > In my first try, autolayout was involved yes. > > However: I also removed the layout-string competely, then dragged the...

> Would love to have a discussion on `eslint` vs. other ways to implement. > > My ultimate goal in playing with this stuff was to use it as the...

This is a favorable change, since `meta.description` should be deprecated anyway in favor of `description`.

I'd appreciate a PR with this change! Also, note that logging to console is itself an effect, so if you do: ```js function useMyHook() { const [state, dispatch] = useEffectReducer((state,...

Thanks for this! Can you add a quick test to demonstrate the fixed behavior?