Nam Le

Results 23 issues of Nam Le

A continuation of the memory leak we see on refreshes and navigation away from a viewer. In [ToolAdmin](https://github.com/iTwin/itwinjs-core/blob/be0a9dca5d53a34b10bc04a9253c7195049d7a8c/core/frontend/src/tools/ToolAdmin.ts#L339), we see PrimitiveTool objects still carrying references to [targetView](https://github.com/iTwin/itwinjs-core/blob/be0a9dca5d53a34b10bc04a9253c7195049d7a8c/core/frontend/src/tools/PrimitiveTool.ts#L27C10-L27C20), a Viewport object,...

When the window.location.href of the viewer tab is modified, but the link is not a valid one, we still see the viewport context disappear, because IModelApp.shutdown() is called `beforeunload` (i.e...

Building off of #7203, core-frontend's vitest.config.mts has screenshotFailures disabled, until we can figure out a way to integrate it into our CI if possible. We also want to update our...

good first issue
buildology
testing

Stemming from #7165 Copying the reports directory file path from our default [.nycrc ](https://github.com/iTwin/itwinjs-core/blob/e981d1e81a92cdef2c2baf1b3619cf0d48c36a1f/tools/build/.nycrc#L22)into our vitest [configs](https://github.com/iTwin/itwinjs-core/pull/7165/files#diff-fd25ee7499418a62e9951b49ef222490fd2eb194387be874b5b6221a4c19f00cR22). We want to update those file paths to point to our esm paths....

Stemming from #7165, had to disable the test suite mentioned in the title. Need to revisit those tests and figure out how to solve them without using chaiAsPromised.

- Review existing documentation on Quantity Formatting found in core-frontend. - Start filling in documentation for core-quantity, starting with the README (WIP)

closes #7009 - Marks BingLocationProvider and BingElevationProvider as deprecated. - Mark `BingMap` in `MapLayerOptions` interface as deprecated. - Extend BackgroundMapProviderName to allow `AzureProvider` - Creates a new AzureLocationProvider component. -...

**Is your feature request related to a problem? Please describe.** On June 30, Microsoft [disabled the ability](https://www.microsoft.com/en-us/maps/bing-maps/discontinued-services) for users to generate new Bing Map keys. Existing hyperlinks that pointed our...

display

Following the merge of this [PR](https://github.com/iTwin/viewer-components-react/pull/1136), ~we still have some usage of deprecated appui APIs that would take a more focused effort to remove.~. Removed deprecated via this [PR](https://github.com/iTwin/viewer-components-react/pull/1193). Once...

enhancement
dependencies

This [config](https://github.com/iTwin/viewer-components-react/blame/master/.npmrc#L7) means the pnpm audit task in the repo only runs against the root lockfile, not invidivual lockfiles across the monorepo. (At time of writing) We have 63 high...