Pat Cavit

Results 72 comments of Pat Cavit

Seems to work fine in the visualizer, though it's a little tough to know for sure since I've had to modify the actual statechart heavily to be able to use...

Finally circling back around to give this another shot. Good news, it doesn't blow up our app any more! Bad news, still fails to serialize our statechart to JSON using...

Looks like either the extension (or `xstate@next`) doesn't properly JSON-encode nested `invoke`'d child machines. https://codesandbox.io/s/xstate-childgrandchild-machines-elgdf Standalone version to see the warning, https://elgdf.csb.app/ Seems like `xstate@next` shouldn't include circular references in...

@Jayphen we've been using a similar approach (albeit w/ svelte & `@modular-css/svelte`) using `data-*` attributes for minor modifications of the base-level classes. If it's a big change we create another...

@Conduitry why can't the compiler statically determine that `{#each 5 as n}` is a range? `5` isn't a valid JS identifier, so that seems like a good place to start...

@pngwn that's what is being asked for by at least some of the proposals though, a literal number. The compiler could easily identify that value and write out range code...

Sorry, missed the notification on this one @plesiecki, I'll try to get some eyes on it tonight ❤

The problem with https://github.com/tivac/modular-css/commit/50220c1b80c41c8757c56e3727bd718b95a0370b was, as I recall, that it outputs the composition selectors in the wrong order. Since we're already building the dependency graph including all the selectors, I...

> No problem. Forget about [50220c1](https://github.com/tivac/modular-css/commit/50220c1b80c41c8757c56e3727bd718b95a0370b), I've approached it differently — [43c126a](https://github.com/tivac/modular-css/commit/43c126a57ca34f7d064dd803e32d204999199502) and I'd like to know your opinion on this. I need to spend some time really understanding why...

Oh, ok. I saw module definitions and esm versions of the sub packages that made me think this was expected to work. The main package works fine as an import,...