-
Notifications
You must be signed in to change notification settings - Fork 12.8k
The wiki cannot be cloned #1755
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
Comments
Isn't this a github bug? Questions marks are otherwise legal in wiki titles. |
Hi @RyanCavanaugh, Could you clarify what you meant by a GitHub bug? I thought it was a file path issue. Windows gets upset by My guess was you guys had only ever used the online tools to edit the wiki. I don't think any Windows users will be able to contribute to it unless |
Just did a little reading that seems to confirm it:
Any chance you guys could rename to drop the |
OK, fixed. Let me know if you see any other issues. |
Thanks @RyanCavanaugh. |
Hi @RyanCavanaugh, I tried sending a PR with a tweak to the What's new page on the wiki but received a 403 as I don't have permission. I don't know if you can grant me permission? Failing that you could do the amend yourself if you're happy with the suggested change. It's a minor tweak to the union types section. It includes an example of the syntax for including functions within union types. I enclose the updated content below. I tried to keep this a very low impact change by amending the example already on the wiki. I'd be happy to split it out into a separate paragraph if that makes more sense: OverviewUnion types are a powerful way to express a value that can be one of several types. For example, you might have an API for running a program that takes a commandline as either a interface RunOptions {
program: string;
commandline: string[]|string|(() => string);
} |
Looks like GitHub doesn't support wiki pull requests (:disappointed:). I manually merged in the change. Thanks! |
Makes you wonder why they offer it! Thanks for merging |
Yeah I looked into this recently, there're some steps that can make it sorta possible but it's never as nice a Pull Request experience as the normal repo. Hopefully they add support eventually and we can make it easier for anyone to help edit the wiki. |
Just sayin, #1514 (comment) |
Alright, alright @basarat, I heard you the first time. 😃 |
Excellent work @DanielRosenwasser - cheers muchly 😉 |
It looks like the wiki cannot be cloned due to the What's new in TypeScript? page. This is what happens when you try:
I'm guessing this could be resolved just by dropping the "?" character in the path...
The text was updated successfully, but these errors were encountered: