-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
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.
LGTM.
Build failed for unrelated issue. Restarted it. We should check on build docs site to verify before merging.
@aaronmarkham - Can you please take a look? Thanks.
LGTM! |
I checked http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-12781/2/tutorials/gluon/mnist.html |
lines[i] = lines[i].replace(re, ""); | ||
break; | ||
} | ||
} | ||
lines[i] = lines[i].replace(/^\s+|\s+$/g, ""); |
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 know you didn't change this line, but it seems to be throwing errors in the preview.
Uncaught ReferenceError: g is not defined
at copycode.js:67
at t.emit (clipboard.min.js:7)
at e (clipboard.min.js:7)
at e (clipboard.min.js:7)
at e (clipboard.min.js:7)
at e (clipboard.min.js:7)
at new e (clipboard.min.js:7)
at t.e (clipboard.min.js:7)
at HTMLBodyElement.<anonymous> (clipboard.min.js:7)
at HTMLBodyElement.<anonymous> (clipboard.min.js:7)
There's also some 403 errors happening which really are 404's. Seems like there might be a bigger issue going on here...
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.
Actually, it is a line in the updated code block... line 67...
var re = new RegExp(LANG_GP[lang], g);
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.
Fixed.
Looks like we're hung up on a flaky test. I opened an issue here: #12797 |
Now tracking #12788 - might need to rebase after this PR gets merged. |
@aaronmarkham I find that #12788 has closed, but I can't find the new PR issue related with it. Does the changes are already Updated? |
@LuckyPigeon - The regression is reverted and master is Green now. Can you please rebase your branch once? |
@LuckyPigeon Let me know if you need any help. |
@aalexandrov This is my first time using git rebase, this shows up after I rebase.
Is this means rebase successfully? |
It looks like it worked, but I think you still need to |
Take a look at https://cwiki.apache.org/confluence/display/MXNET/MXNet+Development+Guide The section that talks about making a PR has this as a guide:
After going through the rebase process, you might have to force push with:
|
@aaronmarkham After I go through those commands, I encounter this error. |
You can't push upstream. |
@aaronmarkham It's seems I can't do git push --force, after I do the command and it shows this message. |
Maybe try the suggested command and then force? I'm not sure how you're setup. If you'd like we can get on slack and troubleshoot in realtime. I'm in California. Let me know a time that works for you (I'm typically available 845am - 615pm). |
Preview: http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-12781/6/index.html Unfortunately, what I'm seeing on the install page, is that it is still copying the |
@aaronmarkham I still don't get it. Why the install page still copying the bash prompt. I have test it functionally on my local machine, but when I put it on the web, it couldn't work anymore. |
@aaronmarkham could you please elaborate more here? |
@aaronmarkham ping again |
There are about a half dozen I was able to see the issue on another page, so it isn't limited to the install page: @LuckyPigeon can you see that it isn't working on the above link? Can you debug it from there to see why your change isn't working? |
@mxnet-label-bot update [pr-awaiting-response, Doc] |
@sandeep-krishnamurthy Recently, I have started my vacation, and I can continue this PR again. |
@LuckyPigeon - When you update, please let me know, we can take this to completion. |
@sandeep-krishnamurthy Updated! |
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.
In the preview here: http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-12781/3/tutorials/gluon/mnist.html
The $ is still copied: $ pip install requests jupyter
@aaronmarkham Does the preview link build successfully? Because I build the code locally and shows the right result. |
No, the preview link I gave in my last comment shows that it isn't working. The $ is still copied. |
@aaronmarkham I'm not sure what went wrong while building docs. I've tried built the code of this pull request on ubuntu 1804 and the |
Can you share a preview link to where you have it working? Maybe I can see what's different. |
But I build it on my local machine, so I don't have a preview link. I can only share the |
@LuckyPigeon @aaronmarkham please revisit this PR and see it to completion. |
@LuckyPigeon Can you please address the review comments? @aaronmarkham Could you please review this PR again? Thank you! |
@karan6181 Sure, but I not quite understand what went wrong in the code. Because the amazon machine can't filter the prompt with the code, but when I build the docs on the local machine success. |
@LuckyPigeon Were you able to figure out the issue blocking this PR ? |
Thanks for working on this. This will be useful for uers. @aaronmarkham Can you help @LuckyPigeon by any chance? |
The preview link doesn't work anymore. I'm not convinced this is fixed. Seems like a larger issue, really. |
@LuckyPigeon Thanks for the contribution, could you address the comments? |
1 similar comment
@LuckyPigeon Thanks for the contribution, could you address the comments? |
@LuckyPigeon @aaronmarkham What's the path forward on this PR ? |
@aaronmarkham Is there any issue with docs build as @LuckyPigeon Mentioned? |
It is known that the website publish process (including python module |
@LuckyPigeon Ping for the update? How should we drive this PR to resolution? Thanks! |
@@ -1,3 +1,4 @@ | |||
/*Copy code to clipboard*/ |
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.
/*Copy code to clipboard*/ |
@LuckyPigeon Gentle ping for drive this PR forward. |
@Roshrini @aaronmarkham @karan6181 @piyushghai |
Hi @LuckyPigeon thanks for following up on this. I wouldn't spend any more time on this issue. We're looking at swapping out all of the javascript and front-end so I don't think we'll have this issue any more... or at least maybe this feature can be added safely to the new site. If you want to check it out, we have a PR here: |
Closing since the new site doesn't have this function/issue. |
Description
Filter prompt sign while copying code from the website. Fixed #12745
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.