Erik Moeller

Results 176 issues of Erik Moeller

Consider doing some checks on submitted URLs, such as: 1) the result of any 301 or 302 redirects, and then 2) the representation URL in the document , if any.

The current feed query is unwieldy and doesn't support other types of events. We want a feed that shows reviews, new sign-ups, edits, and other activity, with optional filters. So...

We'll want to add freeyourstuff.cc-style authentication with local/Twitter/Facebook/Google accounts, but this time we'll be using RethinkDB and Express-Passport.

Merging is going to be super-important very quickly as people use different URLs to identify the same item. So we should have a basic merge feature from the get-go, initially...

From the README: > Mentions will work only if you login to GitHub app in your Slack workspace. When you login to GitHub app with your GitHub id, we map...

bug

Right now we use this method to trigger the infinite scroll: ``` window.scrollTo(0,0); window.scrollTo(0,document.body.scrollHeight); ``` This does not appear to work reliably and apparently depends on window size (in some...

TripAdvisor currently fails at the login stage (recent redesign).

CSS class names and potentially other layout details have changed; plugin needs to be updated.

This would be useful both for exports and for interfacing w/ other services like https://github.com/neotoma/personal-web

Now that we have a command line downloader, it would be nice if it could publish to freeyourstuff.cc as well, so users can write cronjobs to backup their contributions.