Alec Sanger

Results 8 comments of Alec Sanger

Just want to confirm that I am also seeing this on Rails v5.2.2, Devise 4.6.1, and Devise Token Auth 1.1.0

2 years later, is there a proper way to perform a nested route that returns the results of a manytomany relationship?

Interesting. Using the forked repo from above, I run into an error saying that it can't load 'capistrano-unicorn'. Is this now working properly for you?

Sorry, but how is this used in your workflow? I'm doing something like ```ruby client = Exponent::Push::Client.new ... ... client.send_messages messages ``` Is your code supposed to monkeypatch Typhoeus?

I'm trying to use this in the same way and am running into the same issues here.

So this was actually addressed on the langchain-postgresql side a few days ago, primarily with this PR: https://github.com/langchain-ai/langgraph/pull/2494/files#diff-44b94a2742a89c9e81630c89dd9d0454423c2f3c16f131652d3a68c86bca0104 What this allows is the ability to pass the saver a pool...

Here ya go: https://github.com/tjni/langgraph-checkpoint-mysql/pull/20 It's still in rough shape, but it works for my current implementation. Just need to clean it up and make sure that we are aligned on...