Marcus Stenbeck
Marcus Stenbeck
1. Create a Next.js app with Redux: https://github.com/vercel/next.js/tree/canary/examples/with-redux 2. Integrate according to instructions here: https://uppy.io/docs/stores/ 3. Attempt a file upload with Redux Dev Tools open. The app crashes with exactly...
I'm having the same issue. I have a deadletter queue that's not linked to any lambda handlers. Very annoying. If it's pretty far out then I suggest adding to the...
https://github.com/gsantiago/subtitle.js/pull/66 I've added a starting point. The parser no longer crashes on comments
For anyone coming here wanting to trigger the `tap`, try this: ```js fireEvent.mouseDown(element, { buttons: 1 }); fireEvent.mouseUp(element, { buttons: 1 }); ``` See: [MDN - MouseEvent.buttons](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/buttons) The `mouseUp()` call...
I’m exploring options for overlays on videos or ideally using a video as a mask for something else. Has anyone been able to get a video surface into a format...
Thanks for the tip, but my use case requires video. I’m guessing makeimagefromview isn’t fast enough to run on every frame?
Happy to fold in https://github.com/marcusstenbeck/remotion-transition-series into Remotion if that makes sense.
@BrunoQuaresma Have you had a look at https://github.com/marcusstenbeck/remotion-transition-series? fyi, I'm the author
Any news on whether this is resolved?