-
Notifications
You must be signed in to change notification settings - Fork 7
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 loose_id field. #138
Add loose_id field. #138
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.
I guess we could continue discussing what's mostly a style issue, but, despite my general discomfort with this idiom, it should work, if you're sure that's really how you want to express it. 😁
The behavior granted by this PR is just compatibility with the field. We can change it in the future, but leaving the field out when not needed is ideal for compatibility. |
Changes introduced with this PR
For cross-compatibility this needs to be added from the Go SDK. It is not used in the Python SDK at the moment.
I'm not sure if I handled the defaults in the best way. Let me know if you have any feedback.
By contributing to this repository, I agree to the contribution guidelines.