Posts by Natan Santos • 7 points
8 posts
-
-1
votes0
answers4
viewsQ: Nuxt PWA with directory errors
After a while without playing around with Nuxtjs today I decided to start a project in it with PWA support, everything installed and the template was created almost as usual, missing only a…
-
-1
votes1
answer69
viewsQ: Cloudflare and Github Pages with DNS error
I created a static page and posted on Github pages, until then with the default domain username.github.io/Repo was working all good, but then I bought a domain .net at Locaweb, and when I tried to…
-
0
votes2
answers159
viewsQ: Why does this function return Object and not array?
I needed to convert the string into a list/array, did the following function: function s_for_l(s){var string = new Array(); for (let i of s) {string.push(i)}; return string} but she only returns…
-
0
votes1
answer40
viewsA: Make suggestions list float
Solved... Follow the current CSS: @import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700"); body {background-color: #edf1f5 !important;} ::-webkit-scrollbar { width: 12px; /*…
-
-2
votes1
answer40
viewsQ: Make suggestions list float
I’m creating a project and I want to put a input to search users and tals... I’ve already half finished, but the list of suggestions is not "floating", as does the datalist, if someone can shed some…
-
-2
votes1
answer53
viewsQ: Error creating routes dynamically in Django
of good? Next, taking my first steps with Framework Django and having some difficulties, some managed to overcome "alone", this bone. I have a basic blog project with some views, in which shows the…
-
0
votes3
answers648
viewsA: I can’t download "pygame" or "kivy" via the "Pip install..." command
Pygame installation Below I will leave some links that can help you Video on Youtube "teaching" step-by-step. (In English) Installing in Python 3.6 Note also this response in the forum itself.…
-
0
votes1
answer93
viewsA: Program restarts alone and only closes after 2 valid entries
I made some small changes to your code, I hope you don’t mind. It was like this: test/ ....cursoEmVideo/ ........coin/ ............____init____py. ............abstract.py ........____init____py.…
pythonanswered Natan Santos 7