Wes Bos
Wes Bos
I think the regex might be wrong on purpose for testing? https://github.com/syntaxfm/website/blob/main/scripts/merging-show-validation.js#L31 IMO I'd parse the show notes, and then feed it into `linkedom`, then you can just `document.querySelector(`[href^="#t="]` to...
Yeah, plus rendering the markdown will also tell us if the markdown will render on the site. Easy way to detect any issues
This would be a neat feature to have - as streaming becomes more popular in the browser, there isn't a single tool I've found that will allow you to see...
Easy fix for this: `Developer: Reload Window` from command palette. No need to restart the entire app
Also not able to use the CLI at all. `npx swc` or `npm i -g swc` on a Macbook M1
Just gave this a run through, very excited to see this going through. Just a few notes from an outsider / end user. I'm not up to speed on everything...
This is a good one if any listeners want to take it on
Paging @stolinski - hes working on making it easier to run locally right now!
related: https://github.com/syntaxfm/website/issues/1369
Good catch. I bet there is something with animating the grid or flex tracks here to just expand to available space