Posts by Luck dev • 61 points
6 posts
-
0
votes0
answers19
viewsQ: How do you "pull" a Branch from origin without git pull?
I am in a joint project, in origin was created a branch that I do not have on PC, how to copy this Branch to my machine without having to give a pull ? I’d like to have Branch exactly as she is,…
-
0
votes1
answer22
viewsQ: How to take all consoles.logs, errors, and alerts from the console to cleinte (devtools)
I have a next.JS application and I need it to be well indexed. I’m making some changes and improvements following Lighthouse. However a mistake of "good practices" appeared that I always had doubts.…
-
1
votes1
answer38
viewsQ: How to "set" Focus in an onClick function?
How do I leave an element focused by clicking on it? example At the moment I am making a filter page that has some buttons, but these buttons only work if I double click. (The onClick function…
-
4
votes2
answers139
viewsQ: How to check if there is a property in an object?
I am pulling a back-end user on my front end. How do I check if a property exists in the object usuario? Ex: let usuario = { id: "1", name: "Jose", options: { channel: "1", reference: "a" },…
javascriptasked Luck dev 61 -
-1
votes1
answer24
views -
1
votes0
answers82
viewsQ: Is there a way to delete comments from a github commit?
Is there any way to delete a comment from a commit? Or is there an invisible file that saves those comments and logs? (either in the files of the pc or in the repository on the website). It can be…