-
Notifications
You must be signed in to change notification settings - Fork 49
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 toleration for StringRecordId (#372) #373
Conversation
Hey @knackstedt, thank you for this PR! Instead of casting the value to |
@kearfy Thanks, I've made that alteration via a force change to keep history clean. Does that look good? |
Awesome thanks @knackstedt! There was just one more formatting issue but I resolved that for you. I'll try to look at your other issues soon! |
Awesome, thanks @kearfy! I didn't make PRs for the other issues -- They seemed like they needed your concensus and understanding of the internals. I did mention them to Ignacio though, FWIW |
Yeah, Ignacio let me know as well 👍 |
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.
What is the motivation?
PR #372.
What does this change do?
Checks if the provided argument is already an instance of a StringRecordId.
What is your testing strategy?
There is not already a test file for StringRecordId. My code change adds 2 lines and it's simple enough to know it's not going to implode.
Is this related to any issues?
#372
Have you read the Contributing Guidelines?