Jonny Burger
Jonny Burger
The pickers look very differently on iOS and Android, and in my opinion, it looks much better on iOS. Most problematically, the components have a different height. <Picker> on iOS...
It seems like there is no mention of this prop at all in the docs.
Not tested with anything except with `useFont()` on my own project. Need your assessment whether this is a good idea. **Bug flow:** - Call `useFont()` with any font - Loader...
Demo code: ```ts const font = useFont(require('./fonts/Roboto-Bold.ttf'), 64); ``` After saving the file again, `font` becomes null, because it uses `useLoading` and looking at it reveals why it happens: ```ts...
> Hey Jonny, I noticed the latest changelog addressed a bug for "launch time being negative" on lambda. I've noticed that overallProgress returned from getRenderProgress seems to zoom up to...
The instructions for when you don't have FFMPEG on Windows could be improved. Also, the instructions tell you to go to this site:  but it's very hard to find...
I find this to be wrong: ```ts import {Gif} from '@remotion/gif'; import React from 'react'; import {AbsoluteFill} from 'remotion'; export const Gifs: React.FC = () => { return ( hi...
Claimed reproduction steps: - Ubuntu 22.04 ISO image from website - Install FFMPEG - Install the other dependencies as mentioned on https://remotion.dev/docs If confirmed it will uninstall the Ubuntu desktop.