Felipe Renan

Results 17 comments of Felipe Renan

Hi @svengreb yes, I was vim-elixir plugin for back when I did this patch. Now I don't anymore - I'm using treesiter from neovim and not sure how that plays...

Hi @peterzhu2118, thanks for the issue report. It's not a Devise issue because Rails builds this path internally. I found this issue https://github.com/rails/rails/issues/34452 that should address it. Thanks.

Looking again to the issue that I've mentioned, I'm not sure if solving that issue will fix this one. Digging a little into the Rails code, we can see [where...

I think so. I just recommend you search for a similar issue before, maybe someone else has already faced this issue in the past.

@peterzhu2118 thanks for pointing this out. I will reopen this issue then since in fact it maybe is a Devise issue. Also, I have more findings to share. When we...

I've more finds to share 🙈. When we do a request to `"/sidekiq"` that needs authentication, Devise redirects the user to the `/users/sign_in` with the [FailureApp](https://github.com/plataformatec/devise/blob/20e299bce0307d79895b05b13530f3c74a0ca0e0/lib/devise/failure_app.rb#L5) that behaves as a...

@tegon I was thinking about the same thing. As far as I understood, a new session is created on every single test, so developers could use `follow_redirect!` approach only in...

To be honest, I don't know why we don't pass the `disabled: false` down as Rails' tag helper does (BTW, I didn't know that 🙈). Maybe there is a special...

I'm ok with this proposal. @rafaelfranca any thoughts?

We now have `phx-change` on input level. Does it solve your issue? https://github.com/phoenixframework/phoenix_live_view/pull/1934/files#diff-9dfe7db43161b3ef6a4fb87d6b6327340d608400db23565632f99ec01bc33d13R89