Grigas
Grigas
This issue lists the problems and, in some cases, solutions to them, for making it possible to integrate Tree components from `@itwin/breakdown-trees-react` into a tree widget from `@itwin/[email protected]`, with as...
Based on this comment: https://github.com/iTwin/viewer-components-react/pull/1133#issuecomment-2575604283. `style` is one prop that is not propagated, but we should review to make sure there aren't any others.
We probably want PR benchmarks, similar to what we have in `presentation` repo.
[beachball](https://www.npmjs.com/package/beachball) allows providing only a single paragraph per change without any markdown in it, so there's not much flexibility - we can't add examples, links, lists, etc. Switching to [changesets](https://www.npmjs.com/package/@changesets/cli)...
I have the following ECSQL query: ```sql SELECT count(1) FROM bis.SpatialCategory c WHERE EXISTS ( SELECT 1 FROM bis.GeometricElement3d element WHERE element.Model.Id = ? AND element.Category.Id = c.ECInstanceId AND element.Parent...
**Describe the bug** When running a test that creates a new ECDb and does some operations with it, I get an error log and occasional hangs. **To Reproduce** To reproduce...
#### Build Info - Repo: `itwinjs-core` - Build Name: iTwin.js - OS: Windows x64, Linux x64 - Test Suite Name: `core-i18n`, `core-markup`, `map-layers-formats`, `linear-referencing-backend`, `analytical-backend` #### Error Detail The specific...
**Describe the bug** When an iModel / ECDb contains schemas, whose classes are derived from by classes in referencing schemas, calling `ECClass.getDerivedClasses()` on a base class form referenced schema doesn't...