You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not so much an issue, but I wanted to see if there is a desire for a Finch adapter? I have a simple one working, and would be happy to make a PR. I did not see any contribution guidelines, so I figured it would be best to open an issue first.
The latest version of Phoenix ships with Finch by default, so having an adapter means one less dependency users of your library will need if they are coming from Phoenix.
Cheers.
The text was updated successfully, but these errors were encountered:
I put together an initial version of a Finch adapter.
It needs more testing, and I'd like to support third-party library versions as early as possible (given the general nature of this library) - so I'll make another pass at this before merging and releasing.
Not so much an issue, but I wanted to see if there is a desire for a
Finch
adapter? I have a simple one working, and would be happy to make a PR. I did not see any contribution guidelines, so I figured it would be best to open an issue first.The latest version of
Phoenix
ships withFinch
by default, so having an adapter means one less dependency users of your library will need if they are coming fromPhoenix
.Cheers.
The text was updated successfully, but these errors were encountered: