Pepe García

Results 39 comments of Pepe García

I think that, most of the ideas here are inspired from the new redesign about to come to `recursion-schemes`, they can be seen here https://github.com/ekmett/recursion-schemes/pull/51 Also, @deriveFixedpoint for example comes...

Well, there are ideas in Droste that come from there, others from general literature about recursion schemes, others from @sellout talks and help in Gitter... I think @andyscott can chime...

I haven't been able to put much more work on it. We could maybe get it merged if you like & then keep working on it afterwards.

Hey @kthompson, yeah, in the athema case, `V` represents the type of a value that may be contained within the `Const` constructor. It's parametrized because we want it to be...

I've been working on this today. It's not hard, in fact is really easy because the functionality of appending the next set of tweets is already implemented by the `Load...

![screenshot](https://f.cloud.github.com/assets/694179/1044075/14a4a9c0-100b-11e3-92dd-4df3f61665d6.png) That's the "Insert media" tab in the media manager screen. I want this behavior to be replicated in Media Explorer. When a video or tweet is selected, it's added...

We can retrieve the "entities" for each tweet. Entities are all the non-text content inserted in a tweet (photo, location, Vine, news from magazines...) but, they are not identified, so...

@simonwheatley @paulgibbs Perhaps it would be cool to trigger a countdown on the hover state of the videos and, when some time passes (0.5 - 1 secs maybe) replace the...

Actually, I am trying it and it's possible to embed an autoplayable video just by appending "?autoplay=1" to the src attribute of the iframe. Hope to have at least a...

I have done some progress in this. Actually I've commited fa38e630092fe108a0adad65a42a972a6eec294c, which doesn't instantly replaces the image by the video. Instead, it waits a second and then replaces it. Any...