-
Notifications
You must be signed in to change notification settings - Fork 337
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
- remove references to nerdvegas in comments #1312
Conversation
nerdvegas
commented
May 27, 2022
- bump windows CI salt to guarantee image rebuild
- windows CI will fail I think - needs to be updated to use aswf dockerhub creds
- bump windows CI salt to guarantee image rebuild - windows CI will fail I think - needs to be updated to use aswf dockerhub creds
My last commit did the trick to fix the actions. |
@@ -137,7 +137,7 @@ def find_python_in_context(context): | |||
# accidentally find a system python install. | |||
# | |||
context = context.copy() | |||
context.append_sys_path = False # https://github.com/nerdvegas/rez/issues/826 | |||
context.append_sys_path = False # #826 |
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.
Taken out of context, it would be hard to know that this is a GitHub issue number.
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.
Agreed. It'd be nice if github had some smart syntax for issues that it could generate links on in its md previews :/. Perhaps we just write these like issue-826
/ pr-826
, it'd be nice to standardize so they're greppable. I want to keep away from overly verbose full links.
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 like full links as I can just copy/paste and it gets me straight to where I want. If we go with shorthands, it will require more clicks and steps for little benefits, considering there is only 12 links to issues in this PR.
But I also wish allowed us to link to other links in the repo from any Markdown files without relying on full URLs...
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.
But I can live with issue-####
if you prefer that.
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 meant what you mentioned there ^ ie some sort of relative link for the issue/pr, that'd be a lot cleaner than a full link.
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.
We can always buy a domain and make it redirect to GH...