Posts by Gabriel Júnio • 36 points
8 posts
-
0
votes1
answer30
viewsA: Add a remote repository without merging
After a few days fiddling with the repositories I arrived at the following solution: First, I should remind you that the version in git is different from the new machine I’m trying to download the…
-
0
votes1
answer30
viewsQ: Add a remote repository without merging
Guys I need a super help! I develop games in the course I do and use unity3d as Engine. I own a project that can be versioned by unitycollab, but this is used for production within the Unity…
-
0
votes2
answers3495
viewsA: Develop in C# and . NET on Ubuntu Linux?
Apparently the monodevelop was discontinued, but with the new movement of Microsoft, I believe it took new form, including by the new accessibility of . NET in LINUX distributions. The old website…
-
0
votes3
answers834
viewsA: sending email with nodemailer
I use the nodemailer with the React, the structure remains the same. In Act I do the following: In the form I call a sending function that I call handleSubmit(), within this function is set the data…
-
1
votes4
answers666
viewsA: How do I get an image to cross the boundaries of a DIV
Giancarlo, it’s all right? There are some ways you can implement this. One of the easiest I believe to solve your problem is to use two css properties: margin and z-index; With the margin you can…
-
0
votes2
answers51
viewsA: How do you use the console to display the X and Y position values of the mouse?
all right? You tried to put these variables inside the direct console? Within the function draw() try to put: console.log(mouseX, mouseY); And see if it will appear on the console directly, if not,…
-
1
votes2
answers330
viewsA: javascript response does not appear on the page, only on the console
Hi @Ragnar I was seeing that you are assigning in the function a parameter "res", it is an object? If yes, where is being called? Within the structure of its code, the res is behaving like an object…
-
0
votes2
answers75
viewsA: I’m trying to put the current time in an HTML and Javascript project
Anderson, all right? Apparently in your Javascript code there is a small error: var date = new Date(); var hora = data.getHours(); In the above script, you declared a variable that has not been…
javascriptanswered Gabriel Júnio 36