Dave Stewart

Results 205 issues of Dave Stewart

Hey! Nice extension. Many of our local storage keys are looooooooong. We work in crypto so store lots of paths with hashes in their values: ![image](https://user-images.githubusercontent.com/132681/206488499-92d933c0-4094-4e02-96d5-032c160efbdc.png) A resizable navigation pane...

It would be really useful to be able to filter items by key, sing a simple text input.

When adding a new workspace group or works, you can't use slashes in the name, for example: ``` build/app build/lib ```

Would anyone like to build versions of the form demos for other frameworks? - http://statemachine.davestewart.io/html/examples/systems/sign-up.html - http://statemachine.davestewart.io/html/examples/vue/vue-sign-up.html

help wanted

Rather than `fsm.do('foo')` a more expressive syntax would be something like `fsm.foo()`. However, I don't want to pollute the main StateMachine instance, so what about populating an actions object? ```...

The minified bundle is 25K, which I think is too big. It would be nice to reduce this, either at source or by optimising for tree-shaking. ### Extract DSL parsing...

See if we can get a Rollup build working with libs and demo.

I have a reasonably large laundry list of changes and improvements I'd like to implement before the final 1.0 release (and perhaps a 1.1 release). I've shared them all here:...

![state-machine-map](https://cloud.githubusercontent.com/assets/132681/20330716/a9446ecc-ab98-11e6-89b7-8c55a5abb46e.gif)

## Background In the `getExternal()` code, there's a naive regexp that resolves "common" src aliases: Additionally, this has lead to a poor workaround to handle scoped NPM packages: https://github.com/davestewart/nuxt-areas/blob/main/src/services/areas.js#L145-L156 It...

enhancement