Mitchell McKenna

Results 26 comments of Mitchell McKenna

I had been experiencing this issue as well, however I discovered the issue is having a colon `:` after `bearer` is actually not supported. Remove that from your `Authorization` header...

@JeffreyWay Would you be okay with `clearDecorators()` instead of `undecorate()`? @aarongustafson Can you update the pull request to fix the merge conflicts (looks like just a comment has changed)? Also,...

I think this is a great addition, I updated the title to include what I think you should be able to update. I'd include video url as well, but I...

I was hoping Google Scripts imported the library automatically when you created a new copy of the script (not just copy pasting the new code into old version of script),...

I will make a note in the readme regardless :+1:

I believe this has to do with issue #11; how LifePress imports items based on date/timestamp. Those items which were skipped - how close of a timestamp did they have...

**Cause** During the import of new feed items, SimplePie by default returns [get_date()](https://github.com/MitchellMcKenna/LifePress/blob/develop/application/libraries/simplepie.php) in the format ('j F Y, g:i a') and then we convert this to a unix timestamp...

What is the url to the twitter feed you are adding? What OS is your server running?

Are other rss feeds working like youtube and vimeo? If they are not, your hosting provider might have curl disabled. Check if curl is enabled on your server by running...

Looks like you found a separate bug with the Youtube imports: i've opened up the issue over here, I'll push up a fix for it soon: Issue #5 As for...