Chris Gervang

Results 52 comments of Chris Gervang

I'd love to use this with @types support and create react/redux component examples. The libraries I'd need preloaded are `react`, `react-redux`, and `redux`

Does this work? It would be great to get this fix published.

I think `toBlob` is async and returning blobs of PNGs out of order. ![Screen Shot 2019-05-16 at 9 24 45 PM](https://user-images.githubusercontent.com/2461547/57903415-c3295d80-7822-11e9-8355-1ed437791aa5.png)

ReturnType, and other predefined conditional types were added https://github.com/Microsoft/TypeScript/pull/21847 They also added a feature for folks to make their own conditions types: https://github.com/Microsoft/TypeScript/pull/21496 :)

https://slack.engineering/typescript-at-slack-a81307fa288d https://javascript.tumblr.com/post/165082071937/flow-and-typescript https://eng.lyft.com/typescript-at-lyft-64f0702346ea https://blog.asana.com/2014/11/asana-switching-typescript/

Current workaround in package.json: ``` "resolutions": { "@loaders.gl/video": "3.0.12" } ```

The settings of the intermediate capture (the images of the captured canvas) play a significant role on performance (less so on final file size), so I think tuning with a...

https://github.com/visgl/loaders.gl/blob/9df9ba6d1f0234676dfca495ec1ed9b3d5780639/modules/video/src/gif-builder.js#L23 I don't think their documentation on `frameDuration` makes sense. In the implementation, this option seems to be "number of times to repeat the same frame.", which I in my...

Here is a [spreadsheet](https://docs.google.com/spreadsheets/d/1Gg6Eoyv-o94y-Ksg4WFAsNXTprRzTIHrxMcJkkwO79I/edit?usp=sharing) of runs I've benchmarked so far. So far early findings: - The intermediate format does impact capture time and save time, and did not affect file...