-
Notifications
You must be signed in to change notification settings - Fork 548
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
Enable utility feature #18
base: main
Are you sure you want to change the base?
Conversation
util/config.txt
Outdated
@@ -0,0 +1,5 @@ | |||
config1:abc | |||
|
|||
config2:123 |
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.
This config value should be 567
The old value was 123
@@ -0,0 +1,5 @@ | |||
feature 1 implementation | |||
|
|||
feature 2 implementation |
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.
Let's add a bit more to the feature2 implementation. I think it should handle multiple weights
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.
@bbhanuprakash-dev see the latest commit for the implementation
This is the initial implementation of the utility feature based on the requirements.