Posts by Angelo Schuler Piletti • 23 points
5 posts
-
-1
votes2
answers31
viewsQ: Render different Vue.JS components within a v-for directive
I wonder how I could use a v-for to render different Vue components. I’m using Internet (I say this because I don’t know if Inertia has any function that can help). Being more specific and giving an…
-
0
votes1
answer214
viewsA: Change github account in Vscode
I had the same problem a long time ago, try to run this: git config --global user.email "[email protected]" I also found the following way to change the default account (which was not my case):…
-
0
votes0
answers34
viewsQ: Calling a variable or method within a static method
Hi, I’m using Laravel on this app. I have a static method called get() (Which was created in a Class I did not gain access to) and inside it I need to access an external variable called $routeTo. I…
-
-1
votes1
answer158
viewsQ: Indefinite array key
Community greetings, I’m starting in php and came across a problem that I believe is about variable scope. The project is to show the prime divisors of a number (saved in the "divisors" array) and…
-
1
votes0
answers40
viewsQ: Difficulty in javascript with the return button of a rotary image banner
Hey, community, I’m new. I come to ask for help from more experienced people regarding the following problem: I want to make a banner of images on a site where images pass every 4 seconds, but there…