-
Notifications
You must be signed in to change notification settings - Fork 33
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
Feature - null value handling #85
Conversation
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.
Thank you very much.
Alright, I gave my best to refactor the codebase. I cannot test the code on an actual device until Wednesday. But maybe there are still some changes left :) Let's see |
Please review the changes. I've tested this version on my "dev device". Also, I fixed a typo in the config which will be a breaking change (magAge...) instead of (maxAge...) . Furthermore, I change the readConfig section to allow default values, reducing the config file havely. I mean there are only a few lines necessary now to run the service. |
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.
Please also check the remaining open conversations from the former reviews above. (I tried to correctly close the finished ones and leave those open where there is still something to do. Please leave them open, I'll do that.)
Small improvements, typos etc.
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.
I've added some corrections to the readme. If you think they are ok, feel free to merge.
untested on a real device but should resolve issue #72
Please review what I did and let's discuss if you don't like it. Furthermore, I introduce unit tests in our codebase and implement full coverage for the helpers.py which I also used to test this issue.