-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add missing imposters validation #166
Comments
Hey @joanlopez does this issue still need to be worked on? Will be happy to contribute if this still needs to be worked on. |
Hey @yumski, Sure, yes - please do it. I can even try to bring some help if needed. Thanks! 🙇🏻 |
Hey @joanlopez, I'd like to contribute to this project. Is this still being worked on? If yes I'll try making a list of edge cases. |
Of course! I haven't seen any progress from @yumski, so feel free to start working on it! |
Hey @joanlopez, I was going through the code and how the components work. I was trying out building a test server using the files under the folder
whereas the file does exist. I'm not sure what the fix for this is. Can I get some help? Thanks. |
Hey @joanlopez, found a typo here:
The _ should be replaced with err. |
Great catch @Npsolver, I have added it as part of #173. |
There are edge cases that aren't properly handled, that should be reviewed and managed adequately.
For instance, what if the
response
field is empty, or it's an empty or null array.We should try to:
The text was updated successfully, but these errors were encountered: