David Khourshid

Results 87 issues of David Khourshid
trafficstars

This PR demonstrates the failure for transitions to accept general `model.assign(...)` functions with the following characteristics: 1. Are defined _outside_ of the machine definition 2. Can accept any event Potentially...

This PR checks if `process` is defined before reading it. I ran into this when trying to use XState with Cloudflare Durable Objects. Fixes #787

First of all, great job with this library - the code is well-documented and clear. I was up late last night looking for a good library for manipulating CSS transforms,...

help wanted
feature request

I'm not entirely sure - but it feels that it might be preferable here to treat this similar to other decorative icons in this Menu. So maybe using `aria-hidden` on...

This button group doesn't move together with the panel when it's getting collapsed/expanded - which is IMHO suboptimal since you can see it jumping from one spot to another when...

Ok, I see - we send the `GRAPH_UPDATED` in the `useEffect` but the last render that did happen was rendering based on the "success" state of the previous layout. The...

There is a noticeable (and confusing) lag between clicking the button and showing the spinner. It's because we first fetch the transpiled code from the tsWorker and the canvas/simulation is...

Wouldn't it be slightly easier to just create IDs in a way that would be immediately accepted by Elk? _Originally posted by @Andarist in https://github.com/statelyai/xstate-viz/pull/166#discussion_r687696052_

Should we unregister this at some different point in time? _Originally posted by @Andarist in https://github.com/statelyai/xstate-viz/pull/27#r663406078_

See here for details on the issue in Edge: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11844964/ This is affecting `react-json-tree` (somewhat inadvertently, sorry, not your fault!) Here's where the unicode char is used: https://github.com/alexkuz/react-json-tree/blob/master/src/JSONArrow.js#L16 And the...