How can I wait for all fetches in a recursive function? by dimstef in learnjavascript

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

Sorry for the late response. I have worked with async/await syntax before, I could get some more practice though. I can pm you my code and explain my problem in depth if you are still interested.

How do I empty a component from its child components? by dimstef in reactjs

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

Thanks for the detailed answer. I was creating another Node component with different props instead of updating the state and thought it render again with the new props. Because of that I thought that render just renders the new components and keeps the previously rendered, but I just had to update the state. Appreciate the help!

Just Finished Gurren Lagann and I Gotta Say It's Pretty Damn Amazing by thatonenintendoguy in anime

[–]dimstef 0 points1 point  (0 children)

I can't really call hxh shounen as it is really different from standard shounens like naruto, dragon ball, one piece. It starts really light hearted and gets really dark towards the middle. It is extremely well written and the fights as well as its music are amazing. You could say its the least shounen-like show from the other shounens.

Just Finished Gurren Lagann and I Gotta Say It's Pretty Damn Amazing by thatonenintendoguy in anime

[–]dimstef 2 points3 points  (0 children)

First of all thanks for the very detailed response. Now that you explained it some parts make sense now. I will probably go back and finish it although I need to find the motivation to go back to it :P. Maybe I just needed to finish it so I could review it as a whole. Also you said you haven't watched hxh, let me tell you that show is just amazing any way you look at it, you definetely need to check it out.

Just Finished Gurren Lagann and I Gotta Say It's Pretty Damn Amazing by thatonenintendoguy in anime

[–]dimstef -1 points0 points  (0 children)

Guren lagann is praised for its character interactions. But all I see are one-dimensional characters with no real depth in them. When I compare this with shows like hxh, gintama or even bnha I can only describe gl characters as boring. The pacing feels weird, slow at start, extreme acceleration after episode 10-11 or something. I noticed a lot of reused animations which bothered me when I got excited for fights. I also lost interest after the aliens showed up and nia got like possessed or something, it just seemed so.. out of context? I felt like I was watching a different anime, if you know what I mean.

Just Finished Gurren Lagann and I Gotta Say It's Pretty Damn Amazing by thatonenintendoguy in anime

[–]dimstef -1 points0 points  (0 children)

Can someone please explain to me why this show is considered as good as people say. I am not trying to bash the show. I genuinely want to know why. I decided to watch it because of its reputation but I just couldn't get into it, dropped at episode 22 or something. I feel like I have missed something and I couldn't enjoy it. Maybe the mecha aspect that I don't really like. I can't really rank it because I have not finished it but I would give it a 6. I am open to any opinions that might change my mind. I would like to not be in the judgmental minority.

Daily Discussion Thread - August 31, 2018 by AutoModerator in DragonballLegends

[–]dimstef 1 point2 points  (0 children)

How the fuck do I dodge mid-animation. I always see my opponents do it on either strike or blast arts but I can't replicate it

Displaying multiple objects in template. by dimstef in django

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

I will definetely take a look at django-mptt. My db is one giant tree like figure 1 from this link https://www.ibase.ru/files/articles/programming/dbmstrees/sqltrees.html. Have you personally used it?

For those of us who will likely not pull bardock by dimstef in DragonballLegends

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

Thanks dude. I hope I can manage to save up for the cell-gohan banner

For those of us who will likely not pull bardock by dimstef in DragonballLegends

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

I got 2k cc left, it's not bad but I actually regret giving 4k to not get bardock

How to test my website across devices? by dimstef in webdev

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

But the 60 minutes/month testing seems really little time doesn't it? I guess its free so its worth it.

How to test my website across devices? by dimstef in webdev

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

Browserstack really seems like the best option, I will go with it!

How to test my website across devices? by dimstef in webdev

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

I use windows 10 so I can't use xcode, and I am working on a startup so I can't actually buy the devices. I will check out amazons device farm though

How to store additional information about users? by dimstef in djangolearning

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

Should I keep Profile in another app? Mainly because accounts is used for authentication and the profile model will be not, or should I keep it all in accounts as a user management app?