Darius Cepulis
Darius Cepulis
Running into a huge blocker with this. Consider the following: ```tsx import MuxUploader from '@mux/mux-uploader-react/rsc'; function MuxUploaderPage() { return ( ); } export default MuxUploaderPage; ``` However, you can't pass...
> What could it look like for this component (or set of them) to be able to return things like an asset ID / playback ID? @mmcc btw just to...
Thanks, @danteissaias! And yeah @dylanjha we should totally do this. The only gotcha, esbuild strips out directives like `"use client"`, so we'll have to consider postbuild steps for adding the...
I think I'm having the same problem... If I understand the problem correctly, in the time after `exp` and before `refresh_exp`, we should be able to refresh the token with...
As a pancake user, I started looking into this myself! [`draw`](https://svelte.dev/docs#run-time-svelte-transition-draw) relies on [`node.getTotalLength()`](https://developer.mozilla.org/en-US/docs/Web/API/SVGGeometryElement/getTotalLength) to provide the length of the path. However, a [`non-scaling-stroke`](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/vector-effect) scales the path to a new...