-
Notifications
You must be signed in to change notification settings - Fork 0
Coolest WD Feature :) #13
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
base: master
Are you sure you want to change the base?
Conversation
| import sys; | ||
| import transformers; | ||
| import test; | ||
|
|
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.
Why do we need these imports?
|
|
||
| const emojiAddFunction = async () => { | ||
|
|
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.
Why did you change this?
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
|
|
||
| <head> |
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 don't think we need this section.
| <div class="number-fact">Enter a number here to know some interesting info π .</div> | ||
| </div> | ||
| </section> | ||
|
|
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.
Why did you change this?
| return Math.floor(Math.random() * max); | ||
| return Math.floor(Math.random() * max); | ||
| } | ||
|
|
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.
Nit: Unrelated whitespace change.
| print("user:"+user) | ||
| print("repository:"+repository) | ||
| print("pullRequestId:"+pullRequestId) | ||
| print("githubToken:"+githubToken) |
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.
Why did you remove this line?
| @@ -0,0 +1,88 @@ | |||
| angular.module('app', []).controller('GameCtrl', ['$scope', '$timeout', function ($scope, $timeout) { | |||
| $scope.variables = {}; | |||
| $scope.correct = 0; | |||
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 don't think you need $scope.timer = 0;
π οΈ Fixes Issue (Number)
π¨βπ» Changes proposed and Brief Description
β Check List (Check all the applicable boxes)
π Note to reviewers
π· Screenshots