Christoph Fricke

Results 17 issues of Christoph Fricke

I am currently looking into the ability to show an trigger-able options panel on top of a diagram. The possible options are dynamically provided by a remote diagram source. I...

question

As far as I am aware this library only exposes types for the exported functions. This makes it hard to type use-cases that go beyond "creating a few models and...

This issue corresponds to the idea of special highlights in machine definitions that is outlined on Twitter: https://twitter.com/_maciej/status/1442463662464192515 I experimented with semantic highlighting yesterday. Since the XState language server has...

enhancement

**Version:** latest https://codesandbox.io/s/lxqqw4k9rq This example shows a use of the textarea where it should extend from 1 to 2 lines before showing a scrollbar. The predefined given content however leads...

### 🚀 Feature Proposal I would like to complete the mocking/stubbing picture with an easy way to create a stub instance of an class. This feature should be similar to...

:rocket: Feature Request

This PR adds a helper that makes it possible to create a `StrictResponse` response without a content header or type casting. ### Motivation We have some scenarios where handlers return...

I recently started to move from [class-variance-authority](https://cva.style/docs/getting-started/variants) to vanilla-extract with recipes for the additional type safety. So far I am loving it apart from some nit-picks. I am using both...

Experimentally adds Stryker to apply mutation testing to the codebase.

Elixir's and Akka actor system follows a "let it crash" mentality and use supervisors to create actors trees, which are partly restarted if an actor in the tree crashes[^1][^2]. XState...

enhancement