Anthony
Anthony
also facing the same problem, an input video of size 30mb returns the same size as output, even after set `{bitrate: '496 kb/s'}`
@sfedorov-at-wiley looking at your code getRealPath method is asynchronous, that should need an await keyword
@sfedorov-at-wiley obviously the red squiggle won't show because the getRealPath wasn't declared correctly in the declaration file. The runtime of getRealPath returns a promise while the declaration file returns a...
facing this issue also, any work around or fix for this??
removing the attendees property and making the id integer string stops the crashing for me
@Guaynora looks like the code @batuayhan replicated was wrongly pasted. just change the first class t to T, then change all occurrence of "new t" to "new T". like below:...
@GreatTA1998 were you able to fix this issue?
@andreialecu it almost a year and would love if this PR could be merge
@ahmetkuslular you can try out this work around https://www.npmjs.com/package/react-native-tab-view-header
i also need pdfGPT for extracting question, answers and explanations. Did you later get a solution to this?