Richard Herman
Richard Herman
## Purpose This issue aims to centralize the discussion of adding a new action that allows users to play audio from a folder. ## Overview It should be possible, from...
- Update paths of exported routing to be prefixed with `"public:"`, applies to the following: - `@route` - `streamDeck.ui.current.fetch` - `streamDeck.ui.registerRoute` - `streamDeck.plugin.fetch` - `streamDeck.plugin.registerRoute`
_Pending release_
The example should be updated to better demonstrate the usage of the Property Inspector decorators being introduced in #5. This should include a sample PI, ideally using the recommended JS...
I'm traversing an object type, and I've hit a bit of a road-bump whilst attempting to determine if a tuple's element type is optional. For example, with a declaration like...
- Migrate ESLint from v8 to v9. - Resolve linting errors.
Stream Deck 7.1 introduces the ability to identify "get" events, such as: - `getSettings` and `didReceiveSettings` - `getGlobalSettings` and `didReceiveGlobalSettings`. This is particularly useful as it allows Makers to determine...