Johannes

Results 65 issues of Johannes

The examples no longer work: [Pizzly + React](https://codesandbox.io/s/pizzly-github-react-demo-rq78z) [Pizzly + Vue.js](https://codepen.io/frenchcooc/pen/RwrmXJw)

I don't see anything in the docs explaining this. Can I do it through the js client? Or do I need to make a call to the API? Which endpoint...

Setting `serialize: true` causes Maps/Sets to be serialized and displayed as an expandable `Iterable` in state. Unfortunately, changes to these data structures are not included in the diff. What the...

### Description Trying to use an inline `choose` action results in a type error. ```typescript on: { TOGGLE: { actions: [ choose([ { cond: "belowCountLimit", actions: "incrementCount" } ]) ],...

bug
typescript

### Description Currently if your machine references an action/guard/service that is not defined and you try to interpret it, you get an error like: ``` Argument of type 'StateMachine' is...

enhancement
typescript
typegen

It says that `python` gets left to point to the system python (2.7 on OSX), but then goes on to say that `python` points to homebrew Python3. https://github.com/realpython/python-guide/blame/master/docs/starting/install/osx.rst#L84-L89 Not sure...

When you have a state with an `after` transition back into itself, the viz only shows the animation the first time the timer runs: https://stately.ai/viz/b53d7ec1-9e19-43c9-a2a1-a39590611103

Sometimes when resizing the panel it will get into a state where it thinks that the mouse is pressed when it isn't, and vice versa. Also very minor, but while...

I'm trying to get an understanding of what the intended behaviour is here. I was experimenting with adding a fade-in effect to my images when they loaded by storing a...