Ryan Stafford

Results 6 comments of Ryan Stafford

This happened to me when my ssh key was in a folder shared with a Windows host and vagrant wasn't able to set the permissions on the key to 0600....

I'm finding that catch-all routes in namespaces don't support any parameters, not just specifically the OR operator.

I removed the RefreshIcon option I added to the feeds. This was to enable an automatic check for icon changes. Now instead of just checking everytime, I'm keeping track of...

@mattxtaz with this PR, clicking the "Refresh" link on the feed page would remove the feed icon and trigger miniflux to redownload it.

> How do you backfill the `icon_url` field? If I understand correctly, this field is updated only when a new icon is created or when someone force refresh the feed...

icon urls that were discovered by fetching the feed's website are not included here since checking for changes would require refetching the feed's website on each update. I updated the...