-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update (or relax) dependencies #236
Comments
You can override the dependencies if you wanted, but I agree that they should be updated. Also, we use |
Hi @Kraigie! Thanks for the reply... I've tried
I was curious because I thought that |
I think you might need to override gun, but I never remember these things. Regardless it'll be updated soon!
It's an HTTP library so we probably could have it handle websockets, but gun was built in a way that makes it very easy to integrate with. |
Yes, of course! I was already trying to figure out if I ever manage to override an "indirect" dependency of some project 😆.
At least it's compiling now! 🙏
Sorry to bother you, but do you have any ETA to share?
Interesting, I haven't heard about Update: Well I didn't have any luck, since the latest version (that requires a more recent version of cowlib) also has a different API:
I guess I'll have to wait then 🤷♂️. |
I can confirm this fixed the problem for me. Thanks for the great work @jchristgit! Cheers! |
Hello everyone! Just tried the lib today by creating a brand new Phoenix app and I got the following error:
Do you think we could have this updated?
PS.: Out of curiosity: Is the
gun
lib really necessary if usinghttpoison
?The text was updated successfully, but these errors were encountered: