Posts by Lucas Brito • 94 points
10 posts
-
2
votes0
answers61
viewsQ: Github - How to accept PR automatically after revisions?
I’m doing a project on Github and I’d like to structure something that after a certain amount of approvals in the revision, that happens to merge the pull request automatically. I know this is…
-
0
votes1
answer38
viewsA: Ion-split-pane does not allow click (Ionic)
I found the answer on this link: https://github.com/ionic-team/ionic/issues/19727 .menu-content-open { pointer-events: unset !important; } .menu-content.menu-content-open { z-index: 20; } The second…
-
-1
votes1
answer38
viewsQ: Ion-split-pane does not allow click (Ionic)
I have an application in Ionic that has a menu, however eventually this menu hangs and I can not click on the screen inputs. So I went to debug the application the perception that when this happens…
-
1
votes1
answer259
viewsQ: angular - How to replace setInterval?
I am currently doing a project and I need to get information from the bank that is updated and for this I am giving a get every 5 seconds using setInterval. But I know this isn’t the best of worlds,…
-
0
votes2
answers289
viewsQ: Ionic - Transform image from Base64 to JPG
I’m making an app and I need to send an image to an api. But I only have the image in Base64 and I need it in jpg. Does anyone have any idea how I do it? public sendOnePhoto(photo: any) { const body…
-
1
votes1
answer3608
viewsQ: What is the difference between LEFT JOIN and LEFT OUTER JOIN?
What’s the difference between LEFT JOIN and LEFT OUTER JOIN? Can you give me some examples?
-
0
votes1
answer28
viewsA: Is it possible to turn validation into form error in Angular?
Face for this you can create a validation in css class that disables the button if the value is less than or equal to 0. And for that just use the ng-disabled on the button and would be next to it:…
-
0
votes1
answer199
viewsQ: How to bring an image of a website in the Node API request?
I’m making an application and wanted after giving a request, that the API bring an image of this website as an answer. For example, in giving error 404, I would like you to bring that. How can I do?…
-
2
votes1
answer158
viewsQ: Is it possible to put an OR in the FOR stop condition?
It is possible to put two conditions to stop one for? In my example I’m trying to do this: function criacaoParidade(entrada) { entrada = Array.from(entrada); func = positionBit(entrada); tam =…
-
1
votes2
answers252
viewsA: Error opening Ionic App
Good night mate! Try to run npm install. Sometimes this error may be due to not installed dependencies. If you still have no progress, run the commands below: # desinstalar ionic na pasta do projeto…
ionicanswered Lucas Brito 94