Ryan McCue

Results 221 comments of Ryan McCue

I've been using EmailReplyParser for quite a while now, but must have missed this issue previously! We're using it in a WordPress plugin called [Falcon](https://github.com/rmccue/Falcon) that allows people to reply...

The following code should cause the behaviour: ```js import { ContentBlock, ContentState, genKey } from 'draft-js'; import { List } from 'immutable'; import { stateToHTML } from 'draft-js-export-html'; const state...

@johnbillion Any thoughts here on whether this is the approach you want to take?

The problem with using that parser is that, AFAICT, we have to download the file first. Alternatively, we can use a stream from urllib2, but then we can't use `helpers.getURL`,...

Note: I'm pretty sure this is an issue with ffi, not this gem, _however_ probably worth noting on this repo in any case.

@mikeselander Do you have time to continue on this, or shall I pick it up? :)

I have the exact same issue, Three UK with an 11 Pro. I assumed this was due to my provider blocking something, but it’s worth noting it works perfectly in...

I happen to have Charles Proxy installed, so I did some packet inspection. Looking [this post](https://www.reddit.com/r/TheLastLeg/comments/w8pwki/frankie_boyle_on_the_state_of_british_politics/) with attached GIF (`https://v.redd.it/7rblzyaz7yd91`). Both mobile and wifi send requests to fetch the playlist...

@christianselig With deblurinator disabled, no difference that I can spot; still no request from AppleCoreMedia.

Works in the official app. The HLSPlaylist.m3u8 request is effectively identical to Apollo's (it sends an additional `X-Playback-Session-Id` header, but response is the same), and is followed by the requests...