Zack Porter

Results 2 comments of Zack Porter

I've also recently run into this. However, I don't understand why this doesn't already work. It seems like the code is sound. `parser/converts/attrs.ts:buildLetDirectiveType` generates: ```ts return `${String(componentName)}['$$slot_def'][${JSON.stringify( slotName, )}][${JSON.stringify(letName)}]`; ```...

For the next person who runs into this, I convert my mkvs to mp4 via `ffmpeg -i "recording.mkv" -map 0 -c copy -c:a aac "recording.mp4"` (but I also wish github...