with-heart
with-heart
A small note that `prettier` options can be configured via the extension "Options" menu button would be helpful.
I discovered this extension today and was able to figure out how it works, but screenshots would make that much more obvious.
When renaming events on a model (`Rename Symbol` / F2), VSCode doesn't rename the corresponding event keys in the machine defintion. This would be a nice quality-of-life improvement when using...
I'm thinking that for the time being we could just create a `meeting-notes` folder and store notes as `md` files in there. Filename format?: `YYYYMMDD-.md` We could eventually create a...
We should create a barebones template for meeting notes. A template would lower the mental barrier to note-taking and might convince others to take and submit their own notes.
This issue comes from some of my code review feedback in #41. The way we have to handle links in combination with the `Link` component from Next.js's `next.link` package can...
This is a draft PR demonstrating two possible bugs in the current `spawnObservable` implementation. I noticed both of these as a side effect of upgrading `jest` in #3565. In that...
This PR upgrades `jest` and `ts-jest` to `^28`, along with various other packages that needed to be upgraded/replaced to work with these newer versions. Notable extras: - added `jest`+`ts-jest` type...
Per discussion in #3554, this PR adds support for action groups. This allows us to execute named (and possibly nested) groups of actions together: ```ts const machine = createMachine( {...
This PR allows action `type` strings to be returned from the `getActions` argument of `pure`. `xstate` already handles action strings correctly but the types don't match that functionality. This PR...