David Radcliffe

Results 62 comments of David Radcliffe

Unfortunately this isn't a surprise to me; I've been aware that we're serving more 502s than I'd like. Without actually looking, I don't think it's anything specific to your gems,...

Similar to https://github.com/rubygems/rubygems.org/issues/1678, but I'm not sure its the same root cause.

A quick update here so that you know we are not ignoring this. I rolled out some changes on August 12th that reduced our error rate to about 30% of...

I believe Postgres is case insensitive for string queries by default. Most email providers are also not case sensitive. On Sat, Aug 11, 2018 at 12:21 PM Aditya Prakash wrote:...

👍 If we need to make an adjustment that's fine but let's make sure we're careful to not expose a security problem by allowing case sensitive emails.

We should store exactly what is entered at signup, and send emails using that exact casing. However we should enforce uniqueness on lower(email). This might prevent someone from signing up...

cc: @bf4 since you talked about this recently

This might be stale, is this still an issue?

I would probably check to make sure the database has the correct user record (and also sources). I use this https://sqlitebrowser.org/. It's possible that your docker setup may not have...

It should create a database file on boot if the file does not exist.