Hopper Gee

Results 21 comments of Hopper Gee

> Thank you Hopper for making these changes! Things are looking really good. There is a small style issue left. > > There is one dilemma that I'm 'debating' which...

> Apologies for not having replied to your request for review earlier. I took a break from open-source. I left a few comments. Let's move this PR forward. Glad to...

I just fixed all those style issues. Also fixed a wrong proc config test issue

https://github.com/heartcombo/devise/blob/main/app/controllers/devise_controller.rb#L102-L118 There's only one method is using this message: `require_no_authentication`. Check your code whether this method is being misused in the controller.

> zachbodek Can you offer a sample code to help to reproduce this issue?

I met this issue also, and found a solution: Use `z-index`

@soapwong703 The reason of the image is not getting rendered is because browsers doesn't render hidden elements. But if we use z-index to do the hidden works instead, (like setting...

Hi @breiko83, the code in `spec/integration/integration_test` is outdated and not in use. You can follow the instructions in README to run all tests with MatrixEval. If you need to test...

Yes, you are right. The documentation needs some improvement. I will spend some times on it in future. Also, welcome to submit a PR.