-
Notifications
You must be signed in to change notification settings - Fork 101
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
Adding error handling #277
Adding error handling #277
Conversation
Hi @earv1 ! Thanks for your contribution! I've added a comment and then we're good to go :) |
Prefix unused variables with underscores Co-Authored-By: Victor Oliveira Nascimento <376386+victorolinasc@users.noreply.github.com>
Fixed, thanks for the feedback! |
Sorry... left another one about phrasing it better. What do you think? |
Fix phrasing Co-Authored-By: Victor Oliveira Nascimento <376386+victorolinasc@users.noreply.github.com>
That does make a lot more sense. I committed it. |
It ended up duplicating the inspect Oo. |
Ah, I'm a bit of a noob when it comes to elixir. What tool are you using, maybe I can check on my side. |
Co-Authored-By: Victor Oliveira Nascimento <376386+victorolinasc@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your work!
I couldn't find any contribution guides, but I thought a good as place as any is to just create a commit and see what happens.
I was running into an issue where I was providing an incorrect parameter for map_key_algorithm. But I kept getting an error saying that the algorithm wasn't supported.