Jim
Jim
I'm not sure this if is something that should be supported, but I'm just dropping it here to atleast start of the discussion. I'm not sure if this is specific...
Trying to import `samen.generated.ts` (either directly or via the created client) within a `.svelte` file result in a runtime error. ``` Uncaught ReferenceError: exports is not defined at ParseResult.js:2:23 at...
I have my project setup with the following folder structure. ``` . ├── clients/ │ ├── app │ ├── web │ └── dashboard └── server ``` While running the `npx...
**Describe the bug** 1. `CastButton`, `useDevices` or `discoveryManager.getDevices` always show/return each device twice. 2. After backgrounding the app, and then foregrounding it, all devices are lost when using `useDevices` or...