Posts by Vinicius Molina • 1 point
3 posts
-
0
votes1
answer509
viewsQ: Syntaxerror Error: JSON.parse: Unexpected Character at line 1 column 1 of the JSON data
I am trying to create an api in my application, but it is returning me the following error: Syntaxerror: JSON.parse: Unexpected Character at line 1 column 1 of the JSON data I’m using Zend Framework…
-
0
votes1
answer44
viewsQ: Connect to a server via ssh
I need to connect to a server via ssh through the terminal. However, this server has a key. I have this key on my computer, I would like to know how to access the server with this key via ssh by mac…
-
0
votes1
answer153
viewsQ: Modal flashing on mouseleave and mouseenter
I have to do an action when I hover the mouse over the image it appears in a modal (bootstrap) with the image in a larger size. The problem is that it keeps blinking non-stop, giving Hide and show…