Chris Shank

Results 11 issues of Chris Shank

Just throwing out an idea that it could be useful to see slight permutations of the same machine adding additional functionality. A simple example would be to permute the “...

Hi @MaggieAppleton! I have been working on a new project called Viridi that I think you and the digital garden community might be interested in. I just published an early...

I have seen this term come up in the context of JS libraries or frameworks, but a quick search doesn't really come up with much.

One of the things that I think is missing from this codex is [David Harel's](https://www.wisdom.weizmann.ac.il/~harel/) research on visual formalisms, statecharts, live sequence charts, ect. and all of the research and...

Im new to WebRTC and still exploring what helpers would be helpful for apps to integrating WebRTC easier. Any ideas/guidance?

Use the Behavior API instead of invoke callbacks. Blocked on https://github.com/statelyai/xstate/pull/2560

This was last mentioned in [Evan You's Vite/Vitepress talk](https://youtu.be/xXrhg26VCSc?t=3900), but I am curious if there are any ideas on what the API (and implementation) would look like that allows you...

I am adding Typescript and I am not certain what the shim for `*.vue` files should be? My best guess is: ```ts // shims-vue.d.ts declare module '*.vue' { import {...

Inspired by https://github.com/statelyai/xstate/discussions/2499

I think there are some things left to explore before we publish 2.0. I just successfully [updated](https://github.com/ChrisShank/perfect-arrow/commit/0d25037a2bb083c2ffb626b819ae668dd16a340f) my arrow library to use it and things are looking good! I would...