Grigas
Grigas
> possibly this can be addressed by using a "presentation workspace," like we do for the GCS data? At the moment our backend uses 2 types of assets: - Localization...
Here's what I think is needed for performance diagnostics: - [x] Add ability to filter-out diagnostics scopes based on duration. E.g. diagnostics props now accept a `perf: boolean` attribute. We...
I'm not sure what's the best way to report rules / attributes used in requests - needs investigation. Alina's PR: https://github.com/iTwin/itwinjs-core/pull/4133
The issue is in third-party library: `react-highlight-words`, described here: https://github.com/bvaughn/react-highlight-words/pull/82. Looks like it's not going to be fixed. Need to consider forking and fixing ourselves or looking for another library.
> https://bentleycs.visualstudio.com/iModelTechnologies/_git/imodel02/pullrequest/286562 Will need to backport to `3.4.x` when this completes.
This is a proposal for https://github.com/iTwin/itwinjs-backlog/issues/114
One of the reasons that can happen is that `peerDependencies` in `itwinjs-core` are specified with `^`, which tells package manager that it's fine to use a higher version. The first...
Out of curiosity, why does this have the `breaking change` label?
This happens because filtering is being done on the backend using default label rules, but ID suffixes are [dropped on the frontend](https://github.com/iTwin/viewer-components-react/blob/ec2db4b168ad7e06a931e2289a4b0e769d1642e8/packages/itwin/breakdown-trees/src/Views/TreeWithRuleset.tsx#L70-L81). I think suffixes should be dropped by modifying...