Posts by Seveshy • 47 points
3 posts
-
1
votes1
answer65
viewsQ: Problem when startar React project
Guys I cloned this project on github, and I gave an npm install, it downloads the dependencies, but when I Yarn start to start the server, it prints me this error.…
-
-1
votes1
answer90
viewsQ: How do you order the list, no repeat numbers?
I was given this list to sort without repeating numbers. What would be the best way to do? lst = [54,54,93,93,77,77,44,44] def bubbleSort(lst1): for x in range(len(lst1)-2,0,-3): for y in range(x):…
-
3
votes1
answer2430
viewsQ: Error Response from daemon: failed driver External Connectivity on endpoint
Someone’s been through this mistake? I’m trying to run the postgres via Docker but prints an error. sudo docker start database Error response from daemon failed programming external connectivity on…