Wes Bos

Results 192 comments of Wes Bos

these would be very easy to generate - we have utterances and start/stop time, so we just need to export to the format Mux needs

This isn't a solution, but the reason I wanted this was to get a button on iOS to open the door quickly. This sort of solves that: https://twitter.com/wesbos/status/1605190126446985217

not sure how to do it with this svelte package, but if we can access the event, we need to check for this: ```ts const ignoredTags = [`INPUT`, `TEXTAREA`, `SELECT`,...

Looks like they have a feature for this -but its not working. https://github.com/vnphanquang/svelte-put/issues/264

I just deleted my build directory and hit this, not sure if it helps or not. Debugging it now. Edit - it was because I had broken code in one...

I just tried it with Next 9.3 and it seems to work. I do see loading state for some of my content when I view source though - unsure if...

Edit: never mind - i'm an idiot and changed env variables. ~Mine stopped working today too. Getting a 404 on the paypal SDK load. Same for you?~

I had this too - I didn't have browserslist but it popped up when I used the shad-cn dropdown-ui component. I had to add `"use client"` to to component (which...