Posts by Bruno Rodrigues • 26 points
3 posts
-
0
votes1
answer986
viewsA: Problems running on VSCODE
Well, in my case I am using Win10 and Windows Defender accuses viruses when running any .exe. I simply deactivated Windows Defender, rewrote the command to stop generating . exe and when running use…
-
0
votes1
answer185
viewsA: Visual Studio Code, how to put the console in "real time"
Well, currently I use Javascript to develop my projects and a good solution for this would be the use of Node.js, I do not know in which language you usually develop but it is quite useful in my…
-
1
votes1
answer38
viewsA: Unhandled Promise rejection Typeerror: "repoInput is null"
You typed const repoInput = this.inputEl.nodeValue;, change to const repoInput = this.inputEl.value;. I believe that might be the problem.
javascriptanswered Bruno Rodrigues 26