Pablo Albornoz

Results 16 comments of Pablo Albornoz

This change, along with replacing Batman with Vue (and Gridster with an HTML grid) while maintaining the same API, would make Smashing a great app for 2018, maybe we should...

I wanted to give a head-up to anyone following this issue, v80 is now available on http://opensource.spotify.com/cefbuilds/index.html

seems like the author uploaded the python 3 version with another package name, it's on PyPI as [opengraph_py3](https://pypi.org/project/opengraph_py3/) pip install opengraph_py3

any chance those changes be merged? the tests failed because of a connection error.

@johnraz can I fix them? should I make a new PR?

@dvl if you merge the new master (d31e839) tests should be working now

@jh42 I solved the pan issue by calling it with an dictionary of arguments, like this: ``` filter("pan", **{"1|c0":"1*c0"}) ``` which results on a proper call without escaping.

@billschaller I know this is an old PR but would it be possible to discard the changes made at dist? dist is used so that upstream can offer an already...

hello @zhch91 , I auto-translated your message to english but I think something got lost on translation as I don't see the issue, can you post it in english so...

seems like the grid could be collapsing into itself while the widgets are being added. You can disable this behavior by using the following options when you initialize gridster: ```...