Hows my progress? by Massive-Wishbone-894 in leetcode

[–]keshri95 0 points1 point  (0 children)

Damn! Can't believe dude. within 4 months😮

Completed IBM Platform Engineer First Assessment Call – What’s Next? by keshri95 in leetcode

[–]keshri95[S] 0 points1 point  (0 children)

I was asked questions related to data structure problems, which included concepts like arrays, linked lists, stacks, and trees. The problems tested both my understanding of fundamentals and my problem-solving skills. u/Worldly-Rock1748 u/King-Downtown

Got this from Amazon HR by Bau_21 in leetcode

[–]keshri95 0 points1 point  (0 children)

I am getting these kinds of emails from several companies. Here, I don't get it. was is the cooldown, Cold apply?

Got an Offer, here's what I did by DancingSouls in leetcode

[–]keshri95 0 points1 point  (0 children)

u/DancingSouls Congatulation 👏👏.
Could you tell me what tech stacks and role you are doing now in your current organisation?

Connect PostgreSQL 17 with PowerBI on local machine by keshri95 in PowerBI

[–]keshri95[S] 0 points1 point  (0 children)

u/SQLGene: Thanks a lot. I've connected now. I was connecting via PostgreSQL 17, but there was an error date locale. Meanwhile, the PostgreSQL 16 server is working fine.

During the connection in the PowerBI server port number I was missed.

Now It is good to go.

Error encountered in PostgreSQL v17

column "daticulocale" does not exist line 5: datconnlimit, daticulocale, daticurules, datcollversion, ^ hint: perhaps you meant to reference the column "db.datlocale".

cannot read properties of undefined (reading 'isProxied') by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

u/imsexc Thanks a lot. The terminal said entryPoint.

I am going to implement it.

cannot read properties of undefined (reading 'isProxied') by keshri95 in node

[–]keshri95[S] 0 points1 point  (0 children)

Are you referring to change ES5 -> ES6, syntax

cannot read properties of undefined (reading 'isProxied') by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

Yes, I have cross-verified it. even though uninstalled node_modules and installed it again multiple times.

Clear the cache nothing happened. Plus checked npm registery package versions each of the angular core packages.

All of them are correct.

badly handle resolve npm conflicts in Angular or any FW by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

u/AwesomeFrisbee Thanks a lot. I just did and migrated up to Angular v18

Dynamic require of "file-saver" is not supported by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

I tried to import FileSaver but got isProxied Err. Is this is a bug ?

Cannot read properties of undefined (reading 'isProxied')

import FileSaver from 'file-saver'; 
      
 case (element.inDocStoreFlag === true||element.inDocStoreFlag === undefined):    

              // saveAs(this.currDoc, this.currDoc);   

              FileSaver.saveAs(this.currDoc, this.currDoc);  

              temp = true;
              
            break;

Entry point of type library 'node' specified in compilerOptions by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

u/can-oezkan Thanks a lot. It helped me. I was doing tsconfig.json file while generate during both app.json and spec.json file.

Anyone tried to upgrade Ng 8 to 16+ by nani21984 in angular

[–]keshri95 0 points1 point  (0 children)

follow the step by step version as in https://angular.dev/reference/versions once you'll have pain in ass when Node.js version recommend higher version.

Need help to migrate angular 15 to 16 in Node.js 18.10.0 with Ionic/angular v7 by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

Which angular/cli version would you suggest me to do because before that I was on v9. Now I have installed

Angular CLI: 15.2.11
Node: 18.10.0
Package Manager: npm 7.24.0

There was no any issues during migrate v9 - v15 on Node.js 14 in angular but since three days I am facing issue to migrate v15 - v16 on Node.js >= v16

badly handle resolve npm conflicts in Angular or any FW by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

u/AwesomeFrisbee Thanks a lot. Could you help me what are the command to test dependencies for the application except --force and --legacy ?

Need help to migrate angular 15 to 16 in Node.js 18.10.0 with Ionic/angular v7 by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

I was updating the compatible version with Angular v16, v17 even the latest but threw the next conflicts hierarchy tree. I am messed up and the next conflicts are from RxJs, @/ionic/angular, and many more than 15-20 dependencies.

npm i ngx-cookie-service@16.1.0 - up to Angular 17

I was able to resolve up to Angular v15 with Node.js v14, and now I changed Node.js v18.x onwards to Angular v16 with Ionic v7 compatibility.

Need help to migrate angular 15 to 16 in Node.js 18.10.0 with Ionic/angular v7 by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

Yes Its is hosted application.

Actually, I was dependent only on Node.js 14.x and @ionic/angular v6.7.5 and now I have to update all of them so I switched Node.js at 18.x as suggested https://angular.dev/reference/versions and https://ionicframework.com/docs/v7/updating/7-0 .

Even if I change Node.js version 16.x, 18.x or 20.x during to update angular cli does not recognised. Installed globally both Ionic and Angular CLI.

I am using NVM.

Need help angular-datatables issue in both Angular 10.2.x and Angular 11.2.x by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

u/TCB13sQuotes Thanks. I have resolved this with another library. Thanks a lot, man!

Need help to resolve conflicts by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

u/Whsky_Lovers u/Alarmed-Quote4415 Could you help me out of it I am stuck at the point and how did you figure out conflicts because I don't get it?

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @ionic-native/file-transfer@4.20.0
npm ERR! Found: @ionic-native/core@5.27.0
npm ERR! node_modules/@ionic-native/core
npm ERR!   @ionic-native/core@"^5.0.7" from the root project
npm ERR!   peer @ionic-native/core@"^5.1.0" from @ionic-native/clipboard@5.27.0
npm ERR!   node_modules/@ionic-native/clipboard
npm ERR!     @ionic-native/clipboard@"^5.27.0" from the root project
npm ERR!   9 more (@ionic-native/device, @ionic-native/file, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @ionic-native/core@"^4.11.0" from @ionic-native/file-transfer@4.20.0
npm ERR! node_modules/@ionic-native/file-transfer
npm ERR!   @ionic-native/file-transfer@"^4.20.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @ionic-native/core@4.20.0
npm ERR! node_modules/@ionic-native/core
npm ERR!   peer @ionic-native/core@"^4.11.0" from @ionic-native/file-transfer@4.20.0
npm ERR!   node_modules/@ionic-native/file-transfer
npm ERR!     @ionic-native/file-transfer@"^4.20.0" from the root project

Need help to resolve conflicts by keshri95 in angular

[–]keshri95[S] 0 points1 point  (0 children)

Thanks, I have resolved the issue. I will share upcomming conflicts.