Ben Ubois

Results 14 comments of Ben Ubois

> One other thing, just by looking at the test output, is that it's also complicated by the browser version, where that cheerio option isn't relevant. (In the browser, cheerio...

@adampash actually I'm a bit stuck on how best to proceed and could use your help! My latest attempt was to [decode entities](https://github.com/postlight/mercury-parser/pull/273/commits/c6732d01774066497a5b30b92e7ad4457af528c9#diff-89f7b83715deaec9359c0d618d9ce69e) back into characters for the text keys....

Before going further with this I wanted to check if it's needed. Since the content is displayed as HTML, what are the downsides if the characters are left encoded? Would...

You can run Pythonista scripts stored in iCloud with the Shortcuts app by using [Pythonista’s URL scheme]( http://omz-software.com/pythonista/docs/ios/urlscheme.html#pythonista-urlscheme). For example: ``` pythonista://script_name.py?root=icloud&action=run&argv=script_arg ``` The key is the `root=icloud` param. You...

Hi @mohamedhafez, I switched to using apnotic shortly after I heard about it from [Ruby Weekly in April](http://rubyweekly.com/issues/295). I had been looking to switch to something that worked with the...

Quick update. After updating to v0.9.2 the performance increased and it is now faster than grocer 🎉

@edonosotti that's [Librato](http://librato.com). Highly recommend it.

Hi @kelleyduran, Thanks for your work on this! What I'd like to see is a proper wrapper around the `apns-push-type` key, with an eye toward maintaining backward compatibility with [background_notification?](https://github.com/ostinelli/apnotic/blob/2e4964861530d2e62b7fcb39ddb255456ddfad7b/lib/apnotic/notification.rb#L9)....

Hi @gustavobnmx, Thanks for making this! I like the symmetry with `custom_payload`. Having a way to merge in headers provides a valuable escape hatch to add anything without updates to...

I haven't been able to test this since for some reason I never get broken connections. I think the [`reload`](https://github.com/mperham/connection_pool#reload) method from `connection_pool` is supposed to do exactly this: >...