Doug DeBold

Results 8 comments of Doug DeBold

I am having this issue as well. 1. I enabled 2FA 2. I created a user and then realized that 2FA was required 3. I disabled 2FA in admin panel...

After updating to 4.8.4 this has resolved for me

@osheroff thank you for this! I think it's a really useful addition since I'd been trying to figure this out and your updates would have really helped

Well, this is definitely still a problem but I have a few things: 1. This is the location of the error now: https://github.com/rails/rails/blob/7-0-stable/activerecord/lib/active_record/connection_adapters/abstract/transaction.rb#L311, and my hunch is that it is...

@lxnewayfarer, I wish I had read your comment a few days ago. Doing a rails 7.1 upgrade had super super weird failures in the tests. Getting messages like `server received...

Wow, I totally forgot that this PR was open. We aren't using this workflow anymore so I don't need it, but happy to make any changes to the PR that...

Basically I have used something like this in the past to help understand authentication issues: (please don't mind some psuedo code) ``` module Keratin::AuthN class IdTokenVerificationFailure < StandardError; end class...

I've also run across this. I've got an interesting use case where I'm trying to align the model definitions in ember-data. So to do this I've add `"DS."` to `alignment_chars`...