Jim Jeffers

Results 18 comments of Jim Jeffers

@freshollie thanks. I will give this another try whenever dynalite releases transactions. In the mean time switching back to jest-dynamodb will work albeit not as good. For anyone stuck you...

@Christian-Garrison Darn - I tried adding `nohoist` and clearing / reinstalling my node_modules but I still end up with the same error as before: ``` yarn run v1.22.19 $ sanity...

Hey @saroar I would advise using a tried and true solution like Doorkeeper or Omniauth. My example is much simpler and did not cover OAuth. I also have slides with...

I can't offer any personal advice to your specific application. I am using Grape, Doorkeeper, Devise, and Active Model Serializers on another project and have gotten great results. That being...

@saroar Sorry but it is for a client. Perhaps I can put together a more in-depth tutorial on how I did it at a later point in time but unfortunately...

Is there a fork or any documentation on getting this up and running on CircleCI?

Just chiming in to see if any progress was made here. Seems like you can't dynamically setup a subdomain for a given provider's `authorizationUrl`.

I've gotten around this by waiting to render the clusterer after a timeout. This is obviously a hack but at least it works until this is resolved. ```typescript const [isMounted,...