Francois Lachance-Guillemette

Results 18 comments of Francois Lachance-Guillemette

Wouldn't a simple solution work for now, and see whether this needs to be improved later? I think putting the Flag Parrot behind a lazy collapsible section would be fine...

![Kea Parrot](http://ppaas.herokuapp.com/partyparrot?overlay=https://s18.postimg.org/g60hhqyk9/beak.png&overlayOffsetY=-7&overlayOffsetX=4) ([link](http://ppaas.herokuapp.com/partyparrot?overlay=https://s18.postimg.org/g60hhqyk9/beak.png&overlayOffsetY=-7&overlayOffsetX=4)) Done really fast, feel free to change the beak to another image :)

For urgent needs, PPaaS: http://ppaas.herokuapp.com/partyparrot/parrot?overlay=https://assets-cdn.github.com/images/icons/emoji/unicode/1f32f.png&overlayWidth=25&overlayHeight=25&overlayOffsetX=-15&overlayOffsetY=-10&delay=30 ![burritoparrot](http://ppaas.herokuapp.com/partyparrot/parrot?overlay=https://assets-cdn.github.com/images/icons/emoji/unicode/1f32f.png&overlayWidth=25&overlayHeight=25&overlayOffsetX=-15&overlayOffsetY=-10&delay=30) http://ppaas.herokuapp.com/partyparrot/congaparrot?overlay=https://assets-cdn.github.com/images/icons/emoji/unicode/1f32f.png&overlayWidth=25&overlayHeight=25&overlayOffsetX=-15&overlayOffsetY=-10&delay=30 ![congaburritoparrot](http://ppaas.herokuapp.com/partyparrot/congaparrot?overlay=https://assets-cdn.github.com/images/icons/emoji/unicode/1f32f.png&overlayWidth=25&overlayHeight=25&overlayOffsetX=-15&overlayOffsetY=-10&delay=30) Adjust parameters as needed :)

Voting for "cafeinatedparrot" for the first one.

Tagged as sev 1, can't believe we never fixed this Colorful Mega was fixed in #34, we need to change the colorless (white) Mega and all the rest. EDIT: Colorless...

The HD is already available with /mega. I use ezgif to split the PNGs, they have recently added transparency support so it is even easier now! (Had to manually convert...

Not exactly that it "slows down" with smaller delay, more like "delay is not applied < 15". Most probably a limitation of `gifencoder`. See how the delay is configured here:...

Well... https://github.com/heikkipora/gifencoder/blob/master/lib/GIFEncoder.js#L136

Sure, I think it would be quite easy. You could always crop using http://ezgif.com/crop if you want a quick parrot without coding :)

All those `document.body.classList.add` didn't quite work for me, it was getting triggered too late in the render lifecycle. I think I found a decent workaround for that: ```html {#if isDarkTheme}...