hworld

Results 5 issues of hworld

Given the example: ```typescript // With decorators @module({ store: true }) class MyStore { prop = 'value'; get myGetter(): string { return this.prop + ' gotten'; } get myOtherGetter(): string...

Curious if you had examples for how you pull vuex stores into your components for state access committing and dispatching? Do you define $store as your typed store for each...

I'm having some trouble figuring out what the list of warnings I can ignore are. For example, when seeing a warning like this (which I believe was already reported elsewhere):...

enhancement

With the new firmware 0.5 we are able to reset back to the Saroo menu by pressing A+B+C+Start to first get to the Saturn menu and then pressing Start again...

Currently only the frame-related updates emit the changed signal. This changes it to also emit for changes in the animations, such as adding an animation, renaming, setting loop, etc.

enhancement
topic:core
breaks compat