Jonas Witt
Jonas Witt
The workaround provided by @markushausammann was extremely helpful to me. Thank you! 👏 I built a website using a template (https://landkit.goodthemes.co) where the template's authors apparently used an unfortunate combination...
> This is also somewhat related to #2365 which adds access to the `initialValues` in the submit handler. Good point, thanks! I was not aware of that PR when I...
> Since this is a slightly different use case than v3's getState, I would support adding this functionality, however I wouldn't spread state on every render -- only when the...
Try calling ``` mp4boxFile.releaseUsedSamples(id, samples[samples.length - 1].number); ``` at the end of `onSamples` https://github.com/JuanIrache/gpmf-extract/blob/a0bdd225f64c4ecda53bc0797f586ffe8b53e039/index.js#L104 MP4Box holds on to the samples otherwise. https://github.com/gpac/mp4box.js/blob/325741b592d910297bf609bc7c400fc76101077b/src/isofile.js#L539
Not sure what to do about the CircleCI Pipeline errors, sorry. It's my first PR in this repo.
Here is my commit, it's missing the required compile/bundle steps. I would have loved to contribute a full PR, but sadly ran into bigger issues with yarn compile/yarn bundle (Mac...