Skip to content
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

Allow underscores in URLs (Diff in comments, can I have permissions to push a feature branch to make a PR with?) #129

Open
meyerkev opened this issue Jan 6, 2022 · 3 comments

Comments

@meyerkev
Copy link

meyerkev commented Jan 6, 2022

so instead of go/projecttemplate, have go/project_template?

The https://trot.to/#/ link generator strips underscores when making links.

@itsojon
Copy link
Collaborator

itsojon commented Jan 7, 2022

hey @meyerkev! you'd update the regex for the frontend here and for the server here. currently go link keyword are restricted to letter, numbers, and hyphens (e.g., go/project-template).

@meyerkev
Copy link
Author

meyerkev commented Jan 7, 2022 via email

@meyerkev
Copy link
Author

meyerkev commented Jan 7, 2022

So I currently lack permission to push a branch to trotto/go-links.git, so I linked the diff and I'm not sure how to request those permissions.

I might also add some documentation around how to run webpack because that was by far the longest part of this.

git push origin TROTTO-129:meyerkev/underscores
Warning: Permanently added the ECDSA host key for IP address '140.82.113.3' to the list of known hosts.
ERROR: Permission to trotto/go-links.git denied to meyerkev.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

underscore.diff.txt

@meyerkev meyerkev changed the title What would it take to allow underscores in URLs? Allow underscores in URLs Jan 7, 2022
@meyerkev meyerkev changed the title Allow underscores in URLs Allow underscores in URLs (Diff in comments, can I have permissions to push a feature branch to make a PR with?) Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants