Colin Kerr
Colin Kerr
**Any issue will be ignored if you don't provide the following detailed information.** **Describe the bug** If you create a code block with js string literals the '`'s are not...
We would like to be able to subscribe to discussions similar to how you can subscribe to issues We currently use this app to pull issues into a teams channel...
…Console from tutorial and remove tutorial pages are just reference docs
The QueryReader metadata includes the Js name, the ECSql name, the index but not the access string. e.g. `a.ECClassId` is a access string in the query `SELECT a.ECClassId FROM bis.Element...
**Describe the bug** This method returns a path prefixed with \\?\ like `\\?\C:\banana\`. This seems to interfere with `glob.GlobSync` used to match candidate schema files **To Reproduce** Run this test...
The schemas can be found in the native assets directory as specified here: https://www.itwinjs.org/reference/core-backend/imodelhost/knownlocations/ The user then needs to know that schemas are in ECSchemas/Standard sub directory. Consider making a...
core-backend: core/common/src/ECSchemaProps.ts ecschema-metadata: core/ecschema-metadata/src/Deserialization/JsonProps.ts
The following code returns data in the default ~8mb pages: ```typescript const reader = iModelConnection.createQueryReader( query, undefined, { includeMetaData: true, rowFormat: QueryRowFormat.UseECSqlPropertyIndexes, quota: { memory: 1024, }, } ); ```...
@grigasp has run into performance issues when loading large schemas on the frontend for presentation: https://github.com/iTwin/presentation/issues/601 Recent improvements have helped but for large schemas it's unlikely that an async incremental...