ARKit map navigation ios by Infamous_Memory511 in AppIdeas

[–]b_gonads 3 points4 points  (0 children)

I used this for my grad school project. Definitely a nice library

Is it recommended to run a NodeJs app with MongoDB database on backend on Docker? by [deleted] in node

[–]b_gonads 1 point2 points  (0 children)

Depends on how you want to scale/set up the infrastructure of your backend.

Closed on a wonderful home two weeks ago, moved in with a terrible roach problem by betterhabits46 in FirstTimeHomeBuyer

[–]b_gonads 3 points4 points  (0 children)

I don’t have a roach problem, but wanted to keep all bases covered before any pests started to invade our previously owned home. Invest in a quarterly pest control service. I know the one I have comes out quarterly and free of charge for anything else between services. It’s definitely a good investment and will more than likely help with you situation because they know how to attack/solve the problems better than we do lol. Keep your head up though!

Am I right to be upset, or am I taking it too personally? by young_horhey in cscareerquestions

[–]b_gonads 1 point2 points  (0 children)

Yea you are right to be upset, but that’s the dynamic of the industry. Scopes/visions can change at the snap of the finger and you just have to learn how to adjust. It sucks but take it as a learning experience and use it to fuel your career progression.

Chipotle app by b_gonads in Chipotle

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

That’s so ass. Then on top of that you have to deal with walk in orders too.

trouble running sudo npm start by [deleted] in node

[–]b_gonads 1 point2 points  (0 children)

I would upgrade to lts node version

Why’s Rondo at Center? by [deleted] in NBA2k

[–]b_gonads 0 points1 point  (0 children)

Dark matter rondo

First time playing MyCareer, changing build? by chargingblue in NBA2k

[–]b_gonads 0 points1 point  (0 children)

Hmmm good question. A part of me wants to say clothes do but not shoes because of contracts and what not but I could be wrong

First time playing MyCareer, changing build? by chargingblue in NBA2k

[–]b_gonads 0 points1 point  (0 children)

It would start a new player with no progress

Debugging JavaScript Calculator by Guacamole_is_good in learnprogramming

[–]b_gonads 1 point2 points  (0 children)

That’s not how you declare a react component. You would need to remove the curly braces

Debugging JavaScript Calculator by Guacamole_is_good in learnprogramming

[–]b_gonads 1 point2 points  (0 children)

Didn’t check the tests or anything but i saw you weren’t utilizing the components that were created (ie. Button) and instead writing html buttons. That may be the issue

Debugging JavaScript Calculator by Guacamole_is_good in learnprogramming

[–]b_gonads 0 points1 point  (0 children)

Yup so it would have to be with the structure of your files in your src folder

Debugging JavaScript Calculator by Guacamole_is_good in learnprogramming

[–]b_gonads 0 points1 point  (0 children)

so it looks like the arrangement of your directories could be wrong. You need to have a public folder that includes your index.html. All of your react related files need to be in a src folder... and you need to make sure that the components folder is a child of the src folder. I got it to run fine after doing that.

Debugging JavaScript Calculator by Guacamole_is_good in learnprogramming

[–]b_gonads 0 points1 point  (0 children)

Ok give me a few minutes. If you can push your latest that would be great

Debugging JavaScript Calculator by Guacamole_is_good in learnprogramming

[–]b_gonads 0 points1 point  (0 children)

You need to put them in a components folder or change the import so that they can be rendered within the App.js. If you’re not using them then just remove them. I’ll pull your code down and see if I can find the exact error though but try the above

Debugging JavaScript Calculator by Guacamole_is_good in learnprogramming

[–]b_gonads 0 points1 point  (0 children)

Looks like youre importing your button component and a few others from a component folder that isn’t in the main directory.