TheLegendTubaGuy
TheLegendTubaGuy
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it In a .svelte file with a typescript script block, Zed doesn't appear...
I'm sure this is not a bug, more of a feature request. I'd love it if there was a way for this plugin to allow me to speed up, and...
I cannot figure out how to set this up to record audio along with the video of my source. I've tried selecting a particular audio input device as well as...
Would be awesome to create a custom EventBridge bus via SST component and link in functions for both permissions and fetching the bus name.
I have a function that I have defined like so: ```ts new sst.aws.Function('MyFunction', { environment: { ... }, handler: './apps/functions/src/MyFunction.handler', memory: '128 MB', timeout: '1 minute', live: false, }) ```...