Posts by Matheus Cezario • 69 points
7 posts
-
0
votes0
answers162
viewsQ: I can’t file a request for flask through the angular on apache
[RESOLVED] I managed to solve. I used Proxypass to redirect meudominio/api requests to localhost:8000, and changed the request url in my angular project to meudominio/api, and then it started…
-
-1
votes1
answer66
viewsQ: Html Coverter for Text
I’m in a project to create an angular site, the site should have an integrated text editor, I’m thinking of using nd2-ckeditor (accepted suggestions) the issue is that the editor returns me a text…
-
0
votes1
answer216
viewsA: Sort() - Python
The problem was set, python sets are disordered structures, "indexing has no meaning to the point that one cannot access an element of a set set set by index", so even Sort is sorting its list when…
pythonanswered Matheus Cezario 69 -
0
votes1
answer425
viewsQ: Typing
Is it possible to use static typing in Python? For example if I declare a variable of type int and then I assign the value 'one' no error occurs, I wonder if there is any way to prevent this kind of…
-
1
votes2
answers138
viewsA: Angular interpolation not updated
I discovered the error, it was not in the code, my browser kept translating the page and when I put a text there was nothing there it could not translate.
-
0
votes2
answers138
viewsQ: Angular interpolation not updated
I’m learning angular and I’m having a difficulty, the program is very simple has a textInput and a paragraph, which if typing in the textInput should appear in the paragraph. onKeyUp(evento: any){…
-
6
votes4
answers461
viewsQ: How can a group of parameters be required if at least one of them is informed?
In Python we have the default values, which are optional when we call a function. I was wondering if there’s any way to make a group of values optional, like if you pass all those values or none.…
pythonasked Matheus Cezario 69