Tom
Tom
Right, I remember another aspect to this, while technically we can use `IStateMachine`, `AddState` does not support `IStateMachine`. And also `IStateMachine` is super limited if used to expose `StateMachine` for...
I guess a better example is this:    
And here the `IStateMachine` issue:  
> And also `IStateMachine` is super limited if used to expose `StateMachine` for public use, it could make use `Trigger` and `OnAction` methods at least. Or give us two types,...
> Yes, this is very much needed. For me, electron-rebuild runs, doesn't do anything, and exits with a green checkmark. This is really annoying. Experiencing same problem with yarn workspaces....
Experiencing the same problem with iPhone 4S, iOS 7.1.2, Safari 7 (per detectmybrowser.com). A somewhat live example can be seen here: http://toms.somese.lv/project-manager-vacancy-2014/n/ (sorry, no English). Weirdly, though, the problem does...
Stumbled on this necessity too... skimmed through the source, there's isn't a way to do it yet.
Cannot get it to work in rc.7 whatsoever, rc.5 works out-of-the-box.
What about typescript types? Just installed `pnpm i jsr:@cliffy/command`, and doing an import in a TS Node project does not resolve the types.
`pnpx jsr add @cliffy/command` yup, this did it. Thanks!