Glyph
Glyph
It would be great to have a patch to support this.
I don’t have much time to look into this myself, but have you used the visualizer? It’s the closest thing to an inspection API we have yet.
> I'm a big fan of this library. Nice of you to say so!
> I'm interested if you've had this feeling or how you've dealt with the proliferation of `_actually` methods. I've definitely felt it's a bit awkward to be cramming everything into...
> Or am I just thinking about this completely wrong? In terms of representing all the possible states: you've totally got the right idea. An exhaustive exploration of all possible...
I think the likely solution to #46 is to allow applications to specify their own exception type for missing transitions. And yeah, I would imagine the state graph would not...
That seems like a pretty specific / conscious choice of behavior though; like, it's not just that you have a common behavior across all "open lid" states; some of the...
In the case of such a coffee machine, there's a plethora of user-interface choices once could make (a little readout that would give you messages in english, a hardware interlock...
I think that there may be some confusion here about what the inputs in the example are supposed to be. The implication was that this was some software to _automate_...
> Perhaps the simple answer is not to give an actor direct access to state machine inputs, but to have some wrapper object that knows how to handle no-transition errors?...