@greweb

Results 177 comments of @greweb

use invariant() everywhere

a workaround if anyone fall into this padding issue: ``` js const wrapHTML = (html) => ` html, body { padding: 0; margin: 0; } ${html} `; ```

this allows to (optionally) remove slides that are _freeSlideBehind_ times before the current slide so the memory doesn't grow indefinitely for stream purpose. An example is running here: http://greweb.me/diaporama/#example/4 ,...

Thanks for the record. A few other people have noticed some rare & random crash. I'll need to enable source-map so logs are more readable

this is still not fixed? despite the PR that was supposed to support Buffer, I'm having it uncovered: tried both require() and import syntaxes

Hi @mcorb , sounds not a so bad idea. How reusable are Seriously.js effects? I would be in favor of a framework agnostic approach. I wish Seriously.js would just expose...

nowaday, i'm working on `gl-react`, with basically this idea of defining a graph of effects in a descriptive way. This allow to compose powerful effects. It's a bit coupled to...

can you try to use in inner children `{{ uri: http://i.imgur.com/zJIxPEo.jpg }}` ?

oops, I probably misread the issue reported here. ( probably different as what was fixed in https://github.com/gre/react-native-view-shot/pull/419 )

sorry i can't look at it right now, but anyone is free to help on this matter. To the next weekend hopefully 🙏