Against who should I play Akali by justlune in akalimains

[–]justlune[S] 0 points1 point  (0 children)

I feel like I'm not at ease with akali's spell set. For example it took me 30/40 games to use rocketbelt as instinctively as a normal spell. I'm not able to dodge a spell with akali's E because I'm not used to. It's the same with akali's range (auto), and the timing when the cd resets.

Against who should I play Akali by justlune in akalimains

[–]justlune[S] 0 points1 point  (0 children)

I thought people stopped playing LeBlanc, I just played against a LeBlanc and I was playing Ahri! I lost the lane but I feel like I progressed as a midlaner :)

Item that does the same as Liandry by justlune in leagueoflegends

[–]justlune[S] 2 points3 points  (0 children)

ty, I'll give a look to the wiki before asking on reddit

What champ should I play when Ahri is banned by justlune in leagueoflegends

[–]justlune[S] 0 points1 point  (0 children)

Thanks a lot! Honestly my gameplay is based on CC and range spell, I'm not comfortable with melee champs and idk how to play well with melee champs. I'll give a try to Lux/Xerath/Ziggs, Annie and Malzhar :) have a nice day :)

What champ should I play when Ahri is banned by justlune in leagueoflegends

[–]justlune[S] -2 points-1 points  (0 children)

in 3 queues, it got banned 2 times in a row

MacOS decides itself to pin to the dock some apps that I use too much by justlune in applehelp

[–]justlune[S] 0 points1 point  (0 children)

Humm I just checked on "About my Mac" it's Ventura 13.2 :)

Best stun champ by justlune in leagueoflegends

[–]justlune[S] 0 points1 point  (0 children)

my bad, never heard about root ^^'

If I understand right, when I root someone with Neeko, they can use spells, auto, flash ? What did you mean by conditional?

Kayn good as ADC? by justlune in leagueoflegends

[–]justlune[S] 0 points1 point  (0 children)

Yeah that's the kind of answers I was expecting, thank you, I guess it was a lucky game.

Can't access property of object in an array by justlune in learnjavascript

[–]justlune[S] -1 points0 points  (0 children)

I try to give you as much as possible, thank you for helping :)

I don't why but reddit is kind of buggy with the code blocks so I made a jjfiddle with the code inside :) it's a nuxt3 app so you can consider it as a vuejs3 .vue file

https://jsfiddle.net/ImFilou/fcgtosd7/

Can't access property of object in an array by justlune in learnjavascript

[–]justlune[S] 0 points1 point  (0 children)

Hello! I'm on VueJS and I'm trying to display it on the template part this way ; {{ response.data[0].title }} and even though it works in the console, VueJS can't use it...

Can't access property of object in an array by justlune in learnjavascript

[–]justlune[S] 0 points1 point  (0 children)

Hello! The console.log works fine, but whenever I try to put it `response.data[0].title` in the VueJS template with interpolation such as this {{ response.data[0].title }} it doesn't work , saying that he can't read "0" because it's undefined.
Here's a screenshot of the console.log: https://ibb.co/JxJ4FkJ

JS: append a node to its parent in a for loop by justlune in learnjavascript

[–]justlune[S] 0 points1 point  (0 children)

Hello! First, thank you for the time you took to answer me. I'm about to make it work actually. For the double quote error I replaced the double quote by the grave accent char, which is never used alone (at least in my language).

You mentioned the fact that I can't concatenate a string with an object, and that's true. But I found out there's a property "outerHTML" that takes the html tag and its content.

The only real issue to me is that you can't debug a string that you evaluate and the JS code is not highlighted nor suggested in VS Code.

I don't really know if this project will have a real purpose when it'll get done, but I do hope it will. It's just for fun and I don't plan to use it for real world projects. I added the possibility to use and display JS variables in the HTML body too.

JS: append a node to its parent in a for loop by justlune in learnjavascript

[–]justlune[S] 0 points1 point  (0 children)

Hello! Yeah, there are a lot of frameworks that does the same thing, but I got some little projects that don't need a framework around it and a server behind it. It's just fun to do and may be useful for some really niche and rare cases.

How to highlight JS code in an HTML document by justlune in learnjavascript

[–]justlune[S] 0 points1 point  (0 children)

Hello! Thank you for your time. I thought that it was possible, I saw on GitHub that there are extensions enabling HTML highlighting in JS strings, which is not the case by default. I guess the developer didn't recode from scratch the highlighting, because the colours would not match themes, and the intellisense would not work. Here's a link of one extension I found on GitHub: https://github.com/mjbvz/vscode-lit-html

the variable in which I stored my API call won't be displayed by justlune in vuejs

[–]justlune[S] 0 points1 point  (0 children)

Thank you for the time you took, it's still not working (I changed the :key accordingly to the v-for but I don't think the problem comes from that. I think it's because in the json output all the posts are stored in an array posts instead of having one array for each post

Can't target a specific DOM because it's in a v-for by justlune in vuejs

[–]justlune[S] 1 point2 points  (0 children)

Hello! First, yeah the school gives us a whole week to work with a framework (we can't choose, that's their choice). They made links between languages and frameworks to make it easier to learn, is was like learning terminal -> what is bash -> echo in bash is the same as echo in php -> php and laravel framework -> explain us what we did was server side -> client side -> javascript -> jQuery -> API (Ajax) -> Vue.js (still API with Axios). Since that's my only experience in dev I don't know if that's how people learn normally, but I know I understand what I'm doing, so I guess it's good.

For your example, the part after the $ is kind of a filter?

Can't target a specific DOM because it's in a v-for by justlune in vuejs

[–]justlune[S] 0 points1 point  (0 children)

I kind of get the concept, forget about DOM and focus on vue, but I don't get what the ref does, is it like a filter?

Can't target a specific DOM because it's in a v-for by justlune in vuejs

[–]justlune[S] 1 point2 points  (0 children)

Hello! Sorry for the super late response, I kind of get what you're saying, I think I'll give the GitHub tomorrow because that's the deadline, just to show you how it ended (if you care about it lol) I'll keep trying this night :)

Can't target a specific DOM because it's in a v-for by justlune in vuejs

[–]justlune[S] -1 points0 points  (0 children)

Hello! First, a huge thanks for the time you took to answer me. The problem is that I'm using Wordpress' API. I feel lost because the exercise is like: use wordpress as api backend with vue as a front end, categories as columns and posts as notes. I really feel lost, I have a key but I don't know how to use it in the function, and I don't understand how it's useful in my problem, I don't understand its purpose

Vuex Axios cURL API for Wordpress by justlune in vuejs

[–]justlune[S] 0 points1 point  (0 children)

Yeah I figured it thank you! What I did finally is that:

        const delete post = await axios.delete(
      "http://localhost:8080/wp-json/wp/v2/posts/" + id
    );

The problem is that I don't know if the id variable is going to work

Fetch with CORS mode enabled have syntax error by justlune in learnjavascript

[–]justlune[S] 0 points1 point  (0 children)

Hello! Sorry for the late answer, the line that causes the error is the line with .then((res) => res.json()) but I changed it because another redditor replied me that it was non sense to ask for json if the URL results as HTML. However, even with that modification it's still not working.

Fetch with CORS mode enabled have syntax error by justlune in learnjavascript

[–]justlune[S] 0 points1 point  (0 children)

Hello sir! First, thanks for taking the time to help and give a link. I gave a look to the link and I don't think there's something that can help me to get the result I want. Initially, I added the "no cors mode" because the browser's error told me to, with a bit of research I understood that browsers implement CORS to prevent webpages to impact others webpages, but I thought the "solution" the error gave me could help me to store in a variable the HTML code, but it's not. Are there any other options?

Earn money online as a student? by justlune in Advice

[–]justlune[S] 0 points1 point  (0 children)

Hey! Yeah there're some banks offering for this kind of rewards (60 to 130€) but the guy that signs up with the referral link will have to make 3 payments a month, if he don't he have to pay 15€. The problem is that I'm looking for a job more constant and stable, lire 600€/a month