Arun George

Results 24 issues of Arun George

As title suggests, replace use of [node-report](https://www.npmjs.com/package/node-report) with built in [Node.js Diagnostic Reporting](https://nodejs.org/dist/latest-v12.x/docs/api/report.html) Currently we use it [here](https://github.com/iTwin/itwinjs-core/blob/master/core/backend/src/IModelHost.ts#L414) in the backend, and we do a require in a try/catch indicating...

enhancement
good first issue

- add native as an external module - ignore optional peer deps

Would be nice to be able to comment on a commit like https://github.com/iTwin/itwinjs-core/commit/8c53e677e40ae86cbaf0a31305dd7857ba8c1e7e and have those changelogs be auto cherry picked to master and any other branches needed

buildology

Can we break locktstep for these tooling pkgs like certa? _Originally posted by @aruniverse in https://github.com/iTwin/auth-clients/pull/81#discussion_r940433404_ This should help us be able to more quickly react to security fixes too.

buildology

Right now 44 tests are skipped along with 7 entire test suites.

On a M1 Mac, (probably intel and linux too), if you delete any `*.snap` file, and re-run tests, the deleted snapshot is not regenerated. Investigate whats going on here with...

testing

- [ ] Figure out why tests are failing after new addon and why snapshots only differ on windows - [ ] #4032 Originally posted by @pmconne in https://github.com/iTwin/itwinjs-core/pull/3161#discussion_r938819425

add extract-api to core-extension which calls the generate api generate api script depends on extract-api having been run on core-frontend and core-common so change extract-api to follow dependency order

In the iTwin Viewer v2.x we added the following metrics to track performance and logged them to the browser's performance timeline - Duration of startup to the initialization of iTwin.js...

enhancement