Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Firstly to caveat this is my first time contributing to a project and also my first time writing anything in go so please bear with me.
My knowledge isn't great enough to foresee any untoward complications but we ran into several issues related to the randomised gtnd user id and thought I would give it a crack.
Any guidance or feedback would be greatly appreciated and understand that more work may be required on my part (or you can just outright dismiss this 😆 if it's stupid or my approach is wildly off)
Primarily the issues that we faced were the same as outlined within this issue: #614
What changed?
Why?
Thus finding a method of attributing a userId that was unique to the user rather to the session is imperative for us to continue using this package.
How did you test it?
GRANTED_USE_USER_ID=true
within my zshrc defaulted this to always specific user when I assumedPotential risks
:
rather than a more thorough approachIs patch release candidate?
Link to relevant docs PRs