Kyle Baran

Results 15 comments of Kyle Baran

> > ## Hacky solution in my case > In my case it was coming from using `react-switch`. And I hacked it to work using the following (don't tell anyone...

To track down which package was causing the problem, I had to do some grindy work of setting breakpoints in Chrome dev tools (on the error-throwing lines, and in some...

I don't know, but I rebased the branch around dev and it's passing now.

Avatars should have display name (non unique) and slugified identifier, which is UUID of avatar plus slugified name. slugified identifer is used to name files.

What IPs are you switching between? I tried going between localhost (which I know doesn't work on Macs), 127.0.0.1, and 192.168.86.31, which is what my machine assigned as the local...

I tried to reproduce this with my phone and didn't see the problem reported here. If you can reproduce it, can you post the full URLs of the connections to...

Note to myself, something about the cookie seems to mess up OAuth login on the root domain if it becomes disconnected from a database user. Locally, I'd reinited the database...

This is an annoyingly intermittent bug that results from an OAuth provider not returning information. We create the identityProvider.token from the `sub` or `name` on this information, but if it's...

Ran into this again on a new cluster, with a new GH oauth app after authorizing the new app to have accessing to various repos. Potentially repeatable with new OAuth...

Testing locally with multiple brand-new OAuth apps did not trigger the problem.