Posts by Willian Ferrera • 29 points
8 posts
-
0
votes1
answer20
viewsA: I need to create a sequence of equal numbers within two columns in the bank
I don’t quite understand your question, but looking at it this way you can do that, just replace those empty fields and insert the numbers you want. And take out this Where. Where it is for when…
-
0
votes0
answers21
viewsQ: How to apply resize to Primeng (p-table) Frozencolumns
I’m trying to use pResizableColumn in p-table, and it works, but in frozenColumns the behavior is very strange, I couldn’t find a way to work. I looked in several places and some even show a way to…
-
0
votes0
answers18
viewsQ: Mysql 8 Installation Error
Due to a problem in my OS yesterday, I ended up formatting my PC, and when I went to install mysql-server, downloaded version 8 as default by apt-get, everything was set up, went to use and when I…
mysqlasked Willian Ferrera 29 -
-1
votes2
answers43
viewsQ: Error while running IONIC server
This week I caught a freelance made with an older version of IONIC, a bad code and tals, just have to give maintenance. But I cannot run the server. Every time I try, I get the following error shown…
-
1
votes1
answer4279
viewsQ: Accentuation in the standard VSCODE terminal
I’ve been using VSCODE for a long time, and in all this time I couldn’t fix this problem. The only possible answer I could find was in this post:…
visual-studio-codeasked Willian Ferrera 29 -
1
votes1
answer642
viewsQ: Error PATH Android Ionic Cordova
Well, I have installed Ionic in the new version, and android studio normally and even these days worked. Now when I went to build, I returned these two errors: Failed to find 'ANDROID_HOME'…
-
0
votes1
answer4510
viewsQ: Share data between Angular 6
I have a Navbar Component that sits at the root of the project, and I have on the side of that another that is a part. Ex: navbar componenet1[ component2 component3 component4[ component5 component6…
-
1
votes1
answer2173
viewsQ: Make Bootstrap 4 use 100% screen height
Whenever I create a Row no, the size is taken according to the amount of element, then I want to center the card and I can’t, because it doesn’t take 100% of the screen <div class="container…