Tom Milewski

Results 16 comments of Tom Milewski

I'm not 100% on Rails.logger but, given that you're overriding the default Omniauth logger, you're probably going to have to set that yourself.

I might be wrong but, at first glance, this seems like this is a Devise issue.

@tzafrir is correct. What are the use-cases of redirecting a callback/user to a `.json` file?

I apologize but, I'm quite lost with your description. I'm going to try and break this down. ---- > the gem should parse this and verify that user is real...

I couldn't find a reason as to why this would be the case. I would like @mbleigh to weigh in before merging this into master. Per RFC3986: > The endpoint...

I'll have to take a look through all of this later. That said, any help would be greatly appreciated! At first glance, the big things, at this point, would be...

Hey! Would you mind rebasing on master and removing all `rubocop` specific updates? I'll merge this in once that's complete. Thanks!

Prefect, thank you! I’ll try and get this pushed up later today. Thanks again! On Dec 19, 2018, 2:35 PM -0800, Margaret Ma , wrote: > @tmilewski Hi! Just did...

I was having the **exact** same issue and can confirm that adding `` to the root layout fixed it.

One thing to call out is that the usage of `styled-components` in `Plate` will be OK with React 18, but it will kill any SSR streaming support. See: https://github.com/reactwg/react-18/discussions/110 With...